Skip to content

Commit 11f9e7f

Browse files
committedFeb 16, 2016
add a pause to fix timing on t0065
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent d3b467f commit 11f9e7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/sharness/t0065-active-requests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ test_expect_success "invoc shows up in output" '
2222
test_expect_success "start longer running command" '
2323
ipfs log tail &
2424
LOGPID=$!
25+
go-sleep 100ms
2526
'
2627

2728
test_expect_success "long running command shows up" '

0 commit comments

Comments
 (0)
Please sign in to comment.