ci/turnip: Bump up the a630 full run timeout.

Test runtime has crept up with more CTS tests and more features.  The last
vk_full 1/2 run I tried timed out at:

Pass: 268488, Fail: 2, ExpectedFail: 7, Warn: 1, Skip: 602571, Duration: 1:29:29, Remaining: 45

Rude.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17662>
This commit is contained in:
Emma Anholt 2022-07-21 14:20:22 -07:00 committed by Marge Bot
parent d8fb219b2f
commit 8a7c4f4202
1 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ a630_vk:
DEQP_SUITE: freedreno-a630-vk
a630_vk_full:
# We use a longer timeout (2 hour job, 90 minute deqp) to keep the parallel
# We use a longer timeout (2 hour job, 110 minute deqp) to keep the parallel
# down so that we don't lock up too many runners for a long time when a dev is
# testing full VK status.
timeout: 2h
@ -233,7 +233,7 @@ a630_vk_full:
parallel: 2
variables:
DEQP_SUITE: freedreno-a630-vk-full
TEST_PHASE_TIMEOUT: 90
TEST_PHASE_TIMEOUT: 110
a630_vk_asan:
extends: