add a pause to fix timing on t0065
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Feb 15, 2016 at 19:16 UTC
11f9e7f647a898bf721206b17282b587b931d3bd
1 file changed
+1
test/sharness/t0065-active-requests.sh
+1
@@ -22,6 +22,7 @@ test_expect_success "invoc shows up in output" '
22
test_expect_success "start longer running command" '
23
ipfs log tail &
24
LOGPID=$!
25
+ go-sleep 100ms
26
'
27
28
test_expect_success "long running command shows up" '