Increase timout for deadline test (#5654)

DL picks up jobs quite slow, so bump up delay.
This commit is contained in:
Petr Kalis 2023-09-26 18:56:01 +02:00 committed by GitHub
parent 4b1c9077e6
commit 40755fce11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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