mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #17139 from owncloud/increase-oracle-init-time
Let's wait a little longer until oracle finally is available
This commit is contained in:
commit
1e7a3a4b3b
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue