Commit d9d865e4 authored by Steven Allen's avatar Steven Allen

ci: wait 30 seconds for the api tests daemon to start

This was failing in CI.
parent cac3eceb
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment