Skip to content

Commit 1153bee

Browse files
author
Matthew
committed
fix(_scripts): sleep for longer just for CI
1 parent f2f164f commit 1153bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_scripts/ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ set -x
55

66
JOB=$(docker run -d $1)
77
# wait for postgres to boot
8-
sleep 4
8+
sleep 10
99
docker exec $JOB is_master
1010
docker rm -f $JOB

0 commit comments

Comments
 (0)