Skip to content

Commit 3be956a

Browse files
committed
Augment timeout to 5s in 13-manage_licensing.py due to timeouts on GitHub
1 parent 3d25208 commit 3be956a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/04-advanced/13-manage_licensing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
# license increment is used, and for what maximum duration.
105105

106106
# Use the LicenseContextManager to block a specific increment for a limited duration
107-
with dpf.LicenseContextManager(increment_name="preppost", license_timeout_in_seconds=1.0) as lic:
107+
with dpf.LicenseContextManager(increment_name="preppost", license_timeout_in_seconds=5.0) as lic:
108108
# Instantiate the licensed operator
109109
out = op_premium.eval()
110110
print(out)

0 commit comments

Comments
 (0)