1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Increase sleep time before checking server status (#57671)

This commit is contained in:
Felicity Chapman
2025-09-24 18:45:56 +01:00
committed by GitHub
parent d1e943809c
commit ffe276d527

View File

@@ -60,7 +60,7 @@ jobs:
- name: View the home page
run: |
echo "Going to sleep a little to wait for the server to start"
sleep 10
sleep 15
curl --fail --retry-connrefused --retry 5 http://localhost:4000/
- name: Run basic tests