mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30409>
This commit is contained in:
parent
d76112bc48
commit
38ede4334f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue