mirror of
https://github.com/searxng/searxng.git
synced 2026-09-11 16:56:05 +00:00
[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:
committed by
Brock Vojkovic
parent
23e7e4da00
commit
22056605a6
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user