mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Add explicit higher timeout for cloud nodes
This commit is contained in:
parent
22f8c13c7f
commit
883c1336ae
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ def inject_openpype_environment(deadlinePlugin):
|
|||
|
||||
env = os.environ
|
||||
env["OPENPYPE_HEADLESS_MODE"] = "1"
|
||||
env["AVALON_TIMEOUT"] = "5000"
|
||||
|
||||
print(">>> Executing: {}".format(args))
|
||||
std_output = subprocess.check_output(args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue