Skip to content

Commit

Permalink
chore: increase check time to 60 secs instead of 20 (#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jun 13, 2024
1 parent 5491ff5 commit b646bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_environment.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

i=0
while [ $i -ne 10 ]
while [ $i -ne 30 ]
do
containers=$(docker ps --format "{{.ID}}" | wc -l)
if [ "$containers" -eq "0" ]; then
Expand Down

0 comments on commit b646bba

Please sign in to comment.