diff options
-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." |