[Pkg-owncloud-commits] [owncloud] 105/205: Let's wait a little longer until oracle finally is available

David Prévot taffit at moszumanska.debian.org
Thu Jul 2 17:37:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 047b7a13a32e83c21180faffd5246fdf8e5840c3
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Wed Jun 24 13:46:20 2015 +0200

    Let's wait a little longer until oracle finally is available
---
 autotest.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/autotest.sh b/autotest.sh
index 8e99c8f..46c55ed 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'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list