From 3ff35ab47ad49917668de963f2ba01270e97867d Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Fri, 13 May 2016 19:46:09 +0200 Subject: [PATCH] Increase timeout in t0060 Resolves #2684 License: MIT Signed-off-by: Jakub Sztandera --- test/sharness/t0060-daemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sharness/t0060-daemon.sh b/test/sharness/t0060-daemon.sh index 999750312..c04d67342 100755 --- a/test/sharness/t0060-daemon.sh +++ b/test/sharness/t0060-daemon.sh @@ -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" '