From 38ede4334f3e80bc1adb62eb69ff93c36b79a7fd Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 29 Jul 2024 12:48:32 +0200 Subject: [PATCH] rpi/ci: shorten the boot timeout to 90 seconds 5 minutes is too long and doesn't leave enough time after the retry to still complete the job, especially if two boots fail in a row, removing 10 out of the worst-case 20 minutes allowed. 90 seconds is more than enough, the boot output normally starts after ~40-45 seconds. Part-of: --- src/broadcom/ci/gitlab-ci-inc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/broadcom/ci/gitlab-ci-inc.yml b/src/broadcom/ci/gitlab-ci-inc.yml index 3ffd86a2dbb..4128d6efe86 100644 --- a/src/broadcom/ci/gitlab-ci-inc.yml +++ b/src/broadcom/ci/gitlab-ci-inc.yml @@ -151,6 +151,7 @@ script: - ./install/bare-metal/poe-powered.sh variables: + BOOT_PHASE_TIMEOUT_SECONDS: 90 HWCI_TEST_SCRIPT: "/install/deqp-runner.sh" FLAKES_CHANNEL: "#videocore-ci" FARM: igalia