@cryptotaxi247 / kubo / commits / 4b9c36b07

sharness: increase timeout waiting for api file

License: MIT Signed-off-by: keks <keks@cryptoscope.co>

keks committed Dec 18, 2017 at 17:42 UTC 4b9c36b072a8a34b2cbbdafad3ad83b60214ea5c
1 file changed +1 -1
test/sharness/lib/test-lib.sh
+1 -1
@@ -218,7 +218,7 @@ test_launch_ipfs_daemon() {
218
219 # wait for api file to show up
220 test_expect_success "api file shows up" '
221 - test_wait_for_file 20 100ms "$IPFS_PATH/api"
221 + test_wait_for_file 50 100ms "$IPFS_PATH/api"
222 '
223
224 test_set_address_vars actual_daemon