Increase sleep time before checking server status (#57671)
This commit is contained in:
2
.github/workflows/local-dev.yml
vendored
2
.github/workflows/local-dev.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
|||||||
- name: View the home page
|
- name: View the home page
|
||||||
run: |
|
run: |
|
||||||
echo "Going to sleep a little to wait for the server to start"
|
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/
|
curl --fail --retry-connrefused --retry 5 http://localhost:4000/
|
||||||
|
|
||||||
- name: Run basic tests
|
- name: Run basic tests
|
||||||
|
|||||||
Reference in New Issue
Block a user