mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 20:18:12 +02:00
ci/android: Add 5-minute timeout to Cuttlefish launch
Cuttlefish usually boots within 2-3 minutes, and this ensures logs are saved if the boot process hangs or fails. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40010>
This commit is contained in:
parent
338a96f0a0
commit
9548bf86f4
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ ulimit -n 32768
|
|||
VSOCK_BASE=10000 # greater than all the default vsock ports
|
||||
VSOCK_CID=$((VSOCK_BASE + (CI_JOB_ID & 0xfff)))
|
||||
|
||||
HOME=/cuttlefish launch_cvd \
|
||||
HOME=/cuttlefish timeout 5m launch_cvd \
|
||||
-daemon \
|
||||
-verbosity=INFO \
|
||||
-file_verbosity=VERBOSE \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue