1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

add a pause to fix timing on t0065

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2016-02-15 19:16:03 -08:00
parent d3b467f467
commit 11f9e7f647

View File

@ -22,6 +22,7 @@ test_expect_success "invoc shows up in output" '
test_expect_success "start longer running command" '
ipfs log tail &
LOGPID=$!
go-sleep 100ms
'
test_expect_success "long running command shows up" '