@cryptotaxi247 / kubo / commits / 3ff35ab47

Increase timeout in t0060 Resolves #2684

Increase timeout in t0060 Resolves #2684 License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed May 13, 2016 at 19:46 UTC 3ff35ab47ad49917668de963f2ba01270e97867d
1 file changed +1 -1
test/sharness/t0060-daemon.sh
+1 -1
@@ -88,7 +88,7 @@ test_expect_success "transport should be encrypted" '
88 '
89
90 test_expect_success "output from streaming commands works" '
91 - test_expect_code 28 curl -m 2 http://localhost:$API_PORT/api/v0/stats/bw\?poll=true > statsout
91 + test_expect_code 28 curl -m 5 http://localhost:$API_PORT/api/v0/stats/bw\?poll=true > statsout
92 '
93
94 test_expect_success "output looks good" '