1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

sharness: increase timeout waiting for api file

License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
This commit is contained in:
keks
2017-12-18 17:42:33 +01:00
committed by Jeromy
parent 52bc298230
commit 4b9c36b072

View File

@ -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