[mod] ci: increase container test delay

Testing under armv7 is having trouble running before the delay ends. Increasing
to 20 seconds should help.
This commit is contained in:
Ivan Gabaldon
2026-09-04 19:43:28 +02:00
committed by Brock Vojkovic
parent 23e7e4da00
commit 22056605a6

View File

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