diff options
Diffstat (limited to 'tools/build_test_env.sh')
-rwxr-xr-x | tools/build_test_env.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/build_test_env.sh b/tools/build_test_env.sh index 624f879..566ffbd 100755 --- a/tools/build_test_env.sh +++ b/tools/build_test_env.sh @@ -122,6 +122,7 @@ done # Get the token TOKEN=$($(dirname $0)/generate_token.py) +echo $TOKEN cat > $CONFIG << EOF [global] @@ -138,6 +139,6 @@ log "Config file content ($CONFIG):" log <$CONFIG log "Pausing to give GitLab some time to finish starting up..." -sleep 60 +sleep 500 log "Test environment initialized." |