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:
Valentine Burley 2026-03-24 13:55:27 +01:00 committed by Marge Bot
parent 338a96f0a0
commit 9548bf86f4

View file

@ -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 \