From 4b9c36b072a8a34b2cbbdafad3ad83b60214ea5c Mon Sep 17 00:00:00 2001 From: keks Date: Mon, 18 Dec 2017 17:42:33 +0100 Subject: [PATCH] sharness: increase timeout waiting for api file License: MIT Signed-off-by: keks --- test/sharness/lib/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sharness/lib/test-lib.sh b/test/sharness/lib/test-lib.sh index bddfdd538..924f8d94f 100644 --- a/test/sharness/lib/test-lib.sh +++ b/test/sharness/lib/test-lib.sh @@ -218,7 +218,7 @@ test_launch_ipfs_daemon() { # wait for api file to show up test_expect_success "api file shows up" ' - test_wait_for_file 20 100ms "$IPFS_PATH/api" + test_wait_for_file 50 100ms "$IPFS_PATH/api" ' test_set_address_vars actual_daemon