From 8aa68aa522390104dec908822b398a5acd34ab21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Wed, 16 Sep 2015 15:06:32 +0200 Subject: Increment timeout on Oracle startup --- autotest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autotest.sh') diff --git a/autotest.sh b/autotest.sh index 6a09fbfabac..8d0e20cf2a8 100755 --- a/autotest.sh +++ b/autotest.sh @@ -204,7 +204,7 @@ function execute_tests { echo "Waiting for Oracle initialization ... " # grep exits on the first match and then the script continues - times out after 2 minutes - timeout 120 docker logs -f "$DOCKER_CONTAINER_ID" 2>&1 | grep -q "Grant succeeded." + timeout 240 docker logs -f "$DOCKER_CONTAINER_ID" 2>&1 | grep -q "Grant succeeded." DATABASEUSER=autotest DATABASENAME='XE' -- cgit v1.2.3