diff options
| author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-23 17:55:37 +0100 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-23 17:55:37 +0100 |
| commit | 4e21343c26ab4c0897abd65ba67fa6f2b8490675 (patch) | |
| tree | 2c6d1b7470f022011a82483145ae87f1e67692e0 | |
| parent | 08d3ccfa5d8c971afc85f5e1ba109b0785fe5e6e (diff) | |
| download | gitlab-4e21343c26ab4c0897abd65ba67fa6f2b8490675.tar.gz | |
increase the timeout value for tests
| -rwxr-xr-x | tools/build_test_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
