From 8d00c55e9eabae65e1bc1fa8b360288763976931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 8 Aug 2022 10:18:07 +0300 Subject: [PATCH] radv/ci: bump the console activity timeout of VanGogh to 3 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems like VKCTS's startup time is close to the current console activity timeout (2 minutes...) on the Steam Deck, leading to spurious timeouts... Let's bump the timeout by 50%! Signed-off-by: Martin Roukala (né Peres) Reviewed-by: Samuel Pitoiset Part-of: --- src/amd/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 699842ee50125..c165ddbc586d5 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -115,6 +115,7 @@ radv_stoney_vkcts:amd64: FDO_CI_CONCURRENT: 8 B2C_TIMEOUT_BOOT_MINUTES: 85 B2C_TIMEOUT_OVERALL_MINUTES: 120 + B2C_TIMEOUT_MINUTES: 3 B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g' tags: - amdgpu:codename:VANGOGH