From 7b4aa9cf80655dc1f30864c54de546da836a0f48 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 11 Mar 2025 13:50:15 +0100 Subject: [PATCH] ci/android: increase the waiting time to stop the cuttlefish launcher 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 2a95ba98cb9..c0131f2347d 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -31,7 +31,7 @@ pushd /cuttlefish function my_atexit() { # shellcheck disable=SC2317 - HOME=/cuttlefish stop_cvd -wait_for_launcher=10 + HOME=/cuttlefish stop_cvd -wait_for_launcher=20 # shellcheck disable=SC2317 cp /cuttlefish/cuttlefish/instances/cvd-1/logs/logcat $RESULTS_DIR || true