From 9548bf86f42b6a8c3df2788d9920ab28b6a57750 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Tue, 24 Mar 2026 13:55:27 +0100 Subject: [PATCH] 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 Part-of: --- .gitlab-ci/cuttlefish-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index a83e29170f3..5bcf18cfc7a 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -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 \