mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 13:57:52 +08:00
Merge pull request #2687 from Kubuxu/fix/t0060
Increase timeout in t0060
This commit is contained in:
commit
f747cf6fbe
@ -88,7 +88,7 @@ test_expect_success "transport should be encrypted" '
|
||||
'
|
||||
|
||||
test_expect_success "output from streaming commands works" '
|
||||
test_expect_code 28 curl -m 2 http://localhost:$API_PORT/api/v0/stats/bw\?poll=true > statsout
|
||||
test_expect_code 28 curl -m 5 http://localhost:$API_PORT/api/v0/stats/bw\?poll=true > statsout
|
||||
'
|
||||
|
||||
test_expect_success "output looks good" '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user