OP-3426 - increase timeout for Nuke

It seems that it takes longer on testing PC, this should be safe.
This commit is contained in:
Petr Kalis 2022-10-27 15:40:05 +02:00
parent b528d23c4c
commit 9192005a84
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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