@cryptotaxi247 / kubo / commits / d0a6b3792

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

This was failing in CI.

Steven Allen committed Dec 10, 2019 at 13:01 UTC d0a6b37924e081ed8c4f07a62f781624e1e29aa1
1 file changed +1 -1
.circleci/config.yml
+1 -1
@@ -209,7 +209,7 @@ jobs:
209 background: true
210 - run:
211 name: Waiting for the daemon
212 - no_output_timeout: 10s
212 + no_output_timeout: 30s
213 command: |
214 while ! /tmp/circleci-workspace/bin/ipfs id --api=/ip4/127.0.0.1/tcp/5001 2>/dev/null; do
215 sleep 1