diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-03-05 10:08:05 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-03-05 10:08:05 +0100 |
commit | 2e51332f635cb0dbe7312e084a1ac7d49499cc8c (patch) | |
tree | 9768c144f0b1031f1d85ad9cb5d3a2b62d785d12 | |
parent | ee4591d44fa3c998694eded7f57aada2f6ea90c2 (diff) | |
download | gitlab-2e51332f635cb0dbe7312e084a1ac7d49499cc8c.tar.gz |
tests: increase waiting time and hope for the best
-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 7e149f6..1082d2a 100755 --- a/tools/build_test_env.sh +++ b/tools/build_test_env.sh @@ -139,6 +139,6 @@ log "Config file content ($CONFIG):" log <$CONFIG log "Pausing to give GitLab some time to finish starting up..." -sleep 30 +sleep 60 log "Test environment initialized." |