From 033818fdd99a543fd1cb17cc8e4be07f831a9003 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 22 Aug 2024 22:38:04 +0200 Subject: [PATCH] nouveau/ci: fix gk20a-gles test timeout Setting it to the same value as (or higher than) the job timeout effectively bypasses the safety mechanism. Let's change it to `job timeout - 5min`. Fixes: c8207158b5dc1f4f8830 ("ci/nouveau: fix up Jetson Nano") Part-of: --- src/gallium/drivers/nouveau/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouveau/ci/gitlab-ci.yml b/src/gallium/drivers/nouveau/ci/gitlab-ci.yml index 2ef381fd459..8c2e9c0e309 100644 --- a/src/gallium/drivers/nouveau/ci/gitlab-ci.yml +++ b/src/gallium/drivers/nouveau/ci/gitlab-ci.yml @@ -23,7 +23,7 @@ gk20a-gles: variables: HWCI_TEST_SCRIPT: "/install/deqp-runner.sh" DEQP_SUITE: nouveau-gm20b - TEST_PHASE_TIMEOUT_MINUTES: 120 + TEST_PHASE_TIMEOUT_MINUTES: 115 .gm20b-gles: extends: