Skip to content

Commit 9b27eed

Browse files
committed
longer sleep
1 parent 95bcccd commit 9b27eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
command: |
4141
FOSSILDB_TAG=${CIRCLE_BRANCH}__${CIRCLE_BUILD_NUM} \
4242
docker-compose up -d fossildb
43-
sleep 1
43+
sleep 5
4444
FOSSILDB_TAG=${CIRCLE_BRANCH}__${CIRCLE_BUILD_NUM} \
4545
FOSSILDB_CLIENT_TAG=${CIRCLE_BRANCH}__${CIRCLE_BUILD_NUM} \
4646
docker-compose run fossildb-health-check

0 commit comments

Comments
 (0)