ci/android: increase the waiting time to stop the cuttlefish launcher

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33499>
This commit is contained in:
Antonio Ospite 2025-03-11 13:50:15 +01:00 committed by Marge Bot
parent 0a267694db
commit 7b4aa9cf80

View file

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