From 4cf09d8946e9e95f80a365d6ead42a8abab91384 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 9 Sep 2020 14:54:07 +0200 Subject: [PATCH] Let's try to wait 30 minutes on the install, 10 minutes is not reliable enough anymore with out migrations Signed-off-by: Joas Schilling --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7a06e8875..1971f8e2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ branches: before_install: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/timeout-for-oracel/before_install.sh - - . ./before_install.sh $APP_NAME $CORE_BRANCH $DB + - travis_wait 30 . ./before_install.sh $APP_NAME $CORE_BRANCH $DB - sh -c "if [ -f ../server/data/nextcloud.log ]; then cat ../server/data/nextcloud.log; fi" # Add some output debugging information