Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-06-24 14:46:20 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-06-24 15:09:32 +0300
commit047b7a13a32e83c21180faffd5246fdf8e5840c3 (patch)
treebd9c2cae4654b23ec670cdfc3ed623f3c5be0497 /autotest.sh
parent7a3cfbc3c8d7e2453e962ace592212f00148176e (diff)
Let's wait a little longer until oracle finally is available
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh4
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'