From 8a7c4f420247f6b0780af7c914ad28f3eb6e3689 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 21 Jul 2022 14:20:22 -0700 Subject: [PATCH] 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: --- src/freedreno/ci/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 07d196e7bcc..b21699345a5 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -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: