Source release v3.0.5
This commit is contained in:
@@ -160,6 +160,13 @@ class CdmTest : public Test,
|
||||
SetDefaultServerCertificate();
|
||||
}
|
||||
|
||||
virtual void TearDown() OVERRIDE {
|
||||
// So the OEMCrypto nonce flood check does not trigger.
|
||||
// A 500ms delay allows up to 10 nonces to be generated per test without
|
||||
// triggering an OEMCrypto error.
|
||||
usleep(500 * 1000);
|
||||
}
|
||||
|
||||
void RecreateCdm(bool privacy_mode) {
|
||||
CreateAdditionalCdm(privacy_mode, &cdm_);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user