Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-09-16 16:06:32 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-16 16:06:32 +0300
commit8aa68aa522390104dec908822b398a5acd34ab21 (patch)
tree5de7d0f71d192641aecdf853274de006dfa92e63 /autotest.sh
parentb049a0538465489b4e8159a5c2486a9f703d1b1e (diff)
Increment timeout on Oracle startup
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh2
1 files changed, 1 insertions, 1 deletions
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'