Module: Mesa Branch: main Commit: 8a7c4f420247f6b0780af7c914ad28f3eb6e3689 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a7c4f420247f6b0780af7c914ad28f3eb6e3689
Author: Emma Anholt <[email protected]> Date: Thu Jul 21 14:20:22 2022 -0700 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> --- 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:
