From 22056605a6e0ed41a0aa91a2bf300a361fd16b92 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Fri, 4 Sep 2026 19:43:28 +0200 Subject: [mod] ci: increase container test delay Testing under armv7 is having trouble running before the delay ends. Increasing to 20 seconds should help. --- utils/lib_sxng_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/lib_sxng_container.sh b/utils/lib_sxng_container.sh index 90b8f802b..a72989990 100644 --- a/utils/lib_sxng_container.sh +++ b/utils/lib_sxng_container.sh @@ -198,7 +198,7 @@ container.test() { pid_logs=$! # Wait until container is ready - sleep 5 + sleep 20 curl -vf --max-time 5 "http://localhost:8080/healthz" -- cgit v1.2.3