Skip to content

Commit

Permalink
ci: wait 30 seconds for the api tests daemon to start
Browse files Browse the repository at this point in the history
This was failing in CI.
  • Loading branch information
Stebalien committed Dec 10, 2019
1 parent cac3ece commit d9d865e
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 @@ -209,7 +209,7 @@ jobs:
background: true
- run:
name: Waiting for the daemon
no_output_timeout: 10s
no_output_timeout: 30s
command: |
while ! /tmp/circleci-workspace/bin/ipfs id --api=/ip4/127.0.0.1/tcp/5001 2>/dev/null; do
sleep 1
Expand Down

0 comments on commit d9d865e

Please sign in to comment.