Skip to content

Commit

Permalink
fix: increas integration-tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Nov 10, 2023
1 parent 0ac5f9e commit 2f27378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration-tests
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wipe_database() {

wait_for() {
info "Waiting for $1"
for _ in {1..60}; do
for _ in {1..240}; do
if eval "$2"; then
info "Success!"
return 0
Expand Down

0 comments on commit 2f27378

Please sign in to comment.