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

This commit is contained in:
Rahul Frias
2016-03-22 17:31:48 +00:00
committed by Android (Google) Code Review

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));