summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMax Wittig <max.wittig95@gmail.com>2019-07-11 18:22:25 +0200
committerMax Wittig <max.wittig95@gmail.com>2019-07-11 18:22:25 +0200
commit44f112d98a298b0b92de0434463f33a7e0e0c4d6 (patch)
treea51b0aabcd51796c0cf232fb7e6fd7aeb17bf291 /tools
parentad1c0dda37f573673beaf9f25187f51751a5a484 (diff)
downloadgitlab-fix/travis-tests.tar.gz
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build_test_env.sh3
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."