Merge "Address SessionSharingTest failures from WV request_license_test" into nyc-dev

am: f886f7f

* commit 'f886f7fc3dc541372d2c91bbd6726cee97e9bdbc':
  Address SessionSharingTest failures from WV request_license_test
This commit is contained in:
Rahul Frias
2016-03-22 17:44:43 +00:00
committed by android-build-merger

View File

@@ -3069,7 +3069,7 @@ TEST_F(WvCdmRequestLicenseTest, SessionSharingTest) {
EXPECT_EQ(NO_ERROR, decryptor_.Decrypt(session_id1, data->validate_key_id,
decryption_parameters));
sleep(2*kSingleEncryptedSubSampleIcpLicenseExpirationWindow);
sleep(kSingleEncryptedSubSampleIcpLicenseExpirationWindow);
// session 1 will be expired, shared session 3 will be used to decrypt
EXPECT_EQ(NO_ERROR, decryptor_.Decrypt(session_id1, data->validate_key_id,
decryption_parameters));