From 56b72144e577bb0279cc83d74348999bf361614b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 9 Dec 2024 08:10:24 +0200 Subject: [PATCH] turnip/ci: bump the vkcts a750 timeout by 15 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes spurious fails due to exceeding the timeout seconds ahead of finishing the job :s Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/freedreno/ci/gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 86c565627ba..ed901f052b2 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -423,10 +423,10 @@ a750-vk: - .b2c-freedreno-vk-test - .a750-mupuf - .valve-freedreno-turnip-manual-rules - timeout: 60m # base runtime 36min total, 34min of testing + timeout: 75m # base runtime 54min total, 51min of testing variables: - B2C_TIMEOUT_BOOT_MINUTES: 52 - B2C_TIMEOUT_OVERALL_MINUTES: 55 + B2C_TIMEOUT_BOOT_MINUTES: 65 + B2C_TIMEOUT_OVERALL_MINUTES: 70 DEQP_SUITE: freedreno-a750-vk HWCI_TEST_SCRIPT: ./install/deqp-runner.sh