mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3426 - increase timeout for Nuke
It seems that it takes longer on testing PC, this should be safe.
This commit is contained in:
parent
b528d23c4c
commit
9192005a84
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ class TestDeadlinePublishInNuke(NukeDeadlinePublishTestClass):
|
|||
|
||||
APP = "nuke"
|
||||
|
||||
TIMEOUT = 120 # publish timeout
|
||||
TIMEOUT = 180 # publish timeout
|
||||
|
||||
# could be overwritten by command line arguments
|
||||
# keep empty to locate latest installed variant or explicit
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ class TestPublishInNuke(NukeLocalPublishTestClass):
|
|||
|
||||
APP = "nuke"
|
||||
|
||||
TIMEOUT = 120 # publish timeout
|
||||
TIMEOUT = 180 # publish timeout
|
||||
|
||||
# could be overwritten by command line arguments
|
||||
# keep empty to locate latest installed variant or explicit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue