From 4e21343c26ab4c0897abd65ba67fa6f2b8490675 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 23 Jan 2016 17:55:37 +0100 Subject: increase the timeout value for tests --- tools/build_test_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/build_test_env.sh b/tools/build_test_env.sh index 8f1d61e..bb185f3 100755 --- a/tools/build_test_env.sh +++ b/tools/build_test_env.sh @@ -62,7 +62,7 @@ TOKEN=$(curl -s http://localhost:8080/api/v3/session \ cat > $CONFIG << EOF [global] default = local -timeout = 2 +timeout = 10 [local] url = http://localhost:8080 -- cgit v1.2.1