Skip to content

Commit 087462c

Browse files
authored
Update 40_planet.sh
1 parent 64d6b3f commit 087462c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts.d/40_planet.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ docker compose -f planet.yml -f volumestravis.yml -p planet up -d
3939

4040
# check if couch-db is working
4141
while ! curl -X GET http://127.0.0.1:2200/_all_dbs ; do
42-
sleep 1
42+
sleep 5
43+
docker ps -a
4344
done
4445
echo "couch is up"
4546

0 commit comments

Comments
 (0)