From fed03b966210cac87d88b0b6c019287697bff57a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Fri, 24 May 2024 12:12:08 +0300 Subject: [PATCH] turnip/ci: bump the a750_vk timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We already managed to hit the timeout once, and since the job is manual anyway, let's bump it generously so as to also allow for more tests to be added without having to bump the timeout every time. 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 9eace5ced24..4d0bcbbab83 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -342,10 +342,10 @@ a750_vk: - .b2c-freedreno-vk-test - .a750-mupuf - .valve-freedreno-turnip-manual-rules - timeout: 45m # base runtime 36min total, 34min of testing + timeout: 60m # base runtime 36min total, 34min of testing variables: - B2C_TIMEOUT_BOOT_MINUTES: 38 - B2C_TIMEOUT_OVERALL_MINUTES: 42 + B2C_TIMEOUT_BOOT_MINUTES: 52 + B2C_TIMEOUT_OVERALL_MINUTES: 55 DEQP_SUITE: freedreno-a750-vk HWCI_TEST_SCRIPT: ./install/deqp-runner.sh B2C_JOB_SUCCESS_REGEX: '^\+ DEQP_EXITCODE=0\r$'