Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Okay now you're pulling my leg
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Sep 12, 2018
1 parent 0fba65b commit 09e5480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version: 2
.postgresql_wait: &postgresql_wait
name: Waiting for Postgres to be ready
command: |
for i in `seq 1 10`;
for i in `seq 1 20`;
do
nc -z localhost 5432 && echo Success && exit 0
echo -n .
Expand Down

0 comments on commit 09e5480

Please sign in to comment.