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

Commit

Permalink
Debug pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Oct 27, 2020
1 parent 9a1a6ec commit 127b9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/azure-pipelines-health-create-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ stages:
- stage: create_packages
displayName: Create packages
# Build packages only if tagged or scheduled
condition: succeeded()
dependsOn: compile_and_test
condition: succeededOrFailed()
variables:
# File that store release number for each version
versionsJson: versions.json
Expand Down
2 changes: 1 addition & 1 deletion tests/test_drm_license_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ def test_session_id_error(accelize_drm, conf_json, cred_json, async_handler,
drm_manager.activate()
start = datetime.now()
try:
lic_duration = drm_manager.get('license_duration')
assert drm_manager.get('license_status')
activators.autotest(is_activated=True)
lic_duration = drm_manager.get('license_duration')
wait_period = start + timedelta(seconds=lic_duration+2) - datetime.now()
sleep(wait_period.total_seconds())
assert drm_manager.get('license_status')
Expand Down

0 comments on commit 127b9ab

Please sign in to comment.