Commit acfa0235 authored by Steven Allen's avatar Steven Allen

fix a test failure caused by eagerly killing nc

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent ef18aa14
......@@ -13,7 +13,7 @@ test_init_ipfs
test_expect_success "can make http request against dns resolved nc server" '
nc -ld 5005 > nc_out &
NCPID=$!
go-sleep 0.5s && kill "$NCPID" &
go-sleep 1s && kill "$NCPID" &
ipfs cat /ipfs/Qmabcdef --api /dns4/localhost/tcp/5005 || true
'
......
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