Skip to content

Commit ffe276d

Browse files
authored
Increase sleep time before checking server status (#57671)
1 parent d1e9438 commit ffe276d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/local-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: View the home page
6161
run: |
6262
echo "Going to sleep a little to wait for the server to start"
63-
sleep 10
63+
sleep 15
6464
curl --fail --retry-connrefused --retry 5 http://localhost:4000/
6565
6666
- name: Run basic tests

0 commit comments

Comments
 (0)