From 862c29f833ef290f81a3d1544a2352c9d512ba0d Mon Sep 17 00:00:00 2001 From: Ricardo Branco Date: Wed, 4 Mar 2026 14:05:46 +0100 Subject: [PATCH] tests: Increase timeout for wait_for_runtime_status Signed-off-by: Ricardo Branco --- test/test_helper.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.bash b/test/test_helper.bash index 3ea2ee21..60dd3764 100644 --- a/test/test_helper.bash +++ b/test/test_helper.bash @@ -395,7 +395,7 @@ assert_stderr_contains() { wait_for_runtime_status() { local cid=$1 local expected_status=$2 - local how_long=5 + local how_long=15 t1=$(expr $SECONDS + $how_long) while [ $SECONDS -lt $t1 ]; do