From 73487c13addf269af80ffa1edcb96f10a36c4b8c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 1 Aug 2024 07:49:11 +0200 Subject: [PATCH] nvk/ci: bump vkcts job timeout It looks like the job is now taking roughly 20 more minutes than it was when it was introduced, likely because of the new extensions enabling more tests to run. Adding 30min extra margin to avoid having to do this again in a couple of months, and this is a nightly job anyway so we don't care about risking having a hung machine for a few more minutes. Part-of: --- src/nouveau/ci/gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nouveau/ci/gitlab-ci.yml b/src/nouveau/ci/gitlab-ci.yml index 709f049235f..9ff4e087b07 100644 --- a/src/nouveau/ci/gitlab-ci.yml +++ b/src/nouveau/ci/gitlab-ci.yml @@ -7,7 +7,7 @@ nvk-ga106-vkcts-valve: - .nvk-vkcts - .nvk-ga106-valve - .nvk-valve-manual-rules - timeout: 70m # job runtime 52min, test runtime 50min + timeout: 120m # current runtime is ~70min variables: - B2C_TIMEOUT_BOOT_MINUTES: 60 - B2C_TIMEOUT_OVERALL_MINUTES: 65 + B2C_TIMEOUT_BOOT_MINUTES: 110 + B2C_TIMEOUT_OVERALL_MINUTES: 115