Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Minor modification
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Aug 27, 2020
1 parent 7723e3e commit 4511227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/drm_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ class DRM_LOCAL DrmManager::Impl {
Debug2( "License #{} not transmitted yet after {} ms", mLicenseCounter, mseconds );
}
if ( !activationCodesTransmitted ) {
Unreachable( "DRM Controller could not transmit Licence #{} to activators. ", mLicenseCounter ); //LCOV_EXCL_LINE
Unreachable( "DRM Controller could not transmit Licence #{} to activators after {} seconds. ", mLicenseCounter, mseconds ); //LCOV_EXCL_LINE
}
mExpirationTime += std::chrono::seconds( mLicenseDuration );

Expand Down
2 changes: 1 addition & 1 deletion tests/test_lgdn_topics.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_topic1_corrupted_metering(accelize_drm, conf_json, cred_json, async_han
assert drm_manager.get('session_status')
assert drm_manager.get('license_status')
assert drm_manager.get('session_id') == session_id
# Wait randomly at the limit of the expiration
# Wait for the limit of the expiration
random_wait = lic_duration*2
wait_deadline(start, random_wait)
drm_manager.activate(True)
Expand Down

0 comments on commit 4511227

Please sign in to comment.