Skip to content
Snippets Groups Projects
Commit 047b7a13 authored by Thomas Müller's avatar Thomas Müller Committed by Morris Jobke
Browse files

Let's wait a little longer until oracle finally is available

parent 7a3cfbc3
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment