- The webauthn-server need to be stopped by manual or script before pull gcda files
Change-Id: I8c49b8233d638ecee18bc69b0134bc5c33286f81
ret = true;
}
#ifdef GCOV_BUILD
- LogDebug("Waiting 2 mins for terminating webauthn-server process to flush gcov");
- std::cout << "Waiting 2 mins for terminating webauthn-server process to flush gcov"
+ LogDebug("The webauthn-server process need to be stopped to flush gcov");
+ std::cout << "The webauthn-server process need to be stopped to flush gcov"
<< std::endl;
- sleep(120);
#endif
return ret;
}