summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Gabaldon <igabaldon@inetol.net>2026-09-04 19:43:28 +0200
committerBrock Vojkovic <brock@vojk.au>2026-09-05 12:37:39 +0800
commit22056605a6e0ed41a0aa91a2bf300a361fd16b92 (patch)
treeb18048c8fb9458790bd683109e17ba3d961e43f2
parent23e7e4da008fdc9ac5b27b2625faa9144d46f208 (diff)
[mod] ci: increase container test delay
Testing under armv7 is having trouble running before the delay ends. Increasing to 20 seconds should help.
-rw-r--r--utils/lib_sxng_container.sh2
1 files changed, 1 insertions, 1 deletions
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"