Skip to content

Commit

Permalink
increase env setup wait timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Dec 23, 2024
1 parent 785c4fb commit adb4baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- run: |
# wait for docker-compose launch to finish
elapsed=0
until [ -e ./docker/wordpress/test/setup_finished ] || (( elapsed++ >= 240 )); do
until [ -e ./docker/wordpress/test/setup_finished ] || (( elapsed++ >= 420 )); do
sleep 1
done
Expand Down

0 comments on commit adb4baf

Please sign in to comment.