From e01f7323def54167ed530efd1355e4183f665f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Sun, 11 Jun 2023 09:24:34 +0300 Subject: [PATCH] ci/b2c: change the default first-console-activity timeout to 2 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Having a high value for the first activity timeout made sense back in the days when the machine may not be associated with salad early... but this isn't the case anymore! So let's go with a very conservative value of 2 minutes to boot :) Reviewed-by: Samuel Pitoiset Reviewed-by: Daniel Stone Signed-off-by: Martin Roukala (né Peres) Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 2e46ae1fe5c..58ed67d8e78 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -268,7 +268,7 @@ clang-format: B2C_SESSION_REBOOT_REGEX: '' B2C_TIMEOUT_BOOT_MINUTES: 45 B2C_TIMEOUT_BOOT_RETRIES: 0 - B2C_TIMEOUT_FIRST_MINUTES: 5 + B2C_TIMEOUT_FIRST_MINUTES: 2 B2C_TIMEOUT_FIRST_RETRIES: 3 B2C_TIMEOUT_MINUTES: 5 B2C_TIMEOUT_OVERALL_MINUTES: 90