diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-24 13:46:20 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-06-24 14:09:32 +0200 |
commit | 047b7a13a32e83c21180faffd5246fdf8e5840c3 (patch) | |
tree | bd9c2cae4654b23ec670cdfc3ed623f3c5be0497 /autotest.sh | |
parent | 7a3cfbc3c8d7e2453e962ace592212f00148176e (diff) | |
download | nextcloud-server-047b7a13a32e83c21180faffd5246fdf8e5840c3.tar.gz nextcloud-server-047b7a13a32e83c21180faffd5246fdf8e5840c3.zip |
Let's wait a little longer until oracle finally is available
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autotest.sh b/autotest.sh index 8e99c8f0ca9..46c55edef19 100755 --- a/autotest.sh +++ b/autotest.sh @@ -152,8 +152,8 @@ function execute_tests { DOCKER_CONTAINER_ID=$(docker run -d deepdiver/docker-oracle-xe-11g) DATABASEHOST=$(docker inspect "$DOCKER_CONTAINER_ID" | grep IPAddress | cut -d '"' -f 4) - echo "Waiting 60 seconds for Oracle initialization ... " - sleep 60 + echo "Waiting 120 seconds for Oracle initialization ... " + sleep 120 DATABASEUSER=autotest DATABASENAME='XE' |