mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Increase timout for deadline test (#5654)
DL picks up jobs quite slow, so bump up delay.
This commit is contained in:
parent
4b1c9077e6
commit
40755fce11
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class TestDeadlinePublishInMaya(MayaDeadlinePublishTestClass):
|
|||
# keep empty to locate latest installed variant or explicit
|
||||
APP_VARIANT = ""
|
||||
|
||||
TIMEOUT = 120 # publish timeout
|
||||
TIMEOUT = 180 # publish timeout
|
||||
|
||||
def test_db_asserts(self, dbcon, publish_finished):
|
||||
"""Host and input data dependent expected results in DB."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue