We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d25208 commit 3be956aCopy full SHA for 3be956a
examples/04-advanced/13-manage_licensing.py
@@ -104,7 +104,7 @@
104
# license increment is used, and for what maximum duration.
105
106
# 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:
+with dpf.LicenseContextManager(increment_name="preppost", license_timeout_in_seconds=5.0) as lic:
108
# Instantiate the licensed operator
109
out = op_premium.eval()
110
print(out)
0 commit comments