summaryrefslogtreecommitdiffstats
path: root/autotest.sh
diff options
context:
space:
mode:
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'