Skip to content

Commit

Permalink
Let's try to wait 30 minutes on the install, 10 minutes is not reliab…
Browse files Browse the repository at this point in the history
…le enough anymore with out migrations

Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Sep 9, 2020
1 parent 09d8586 commit 4cf09d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cf09d8

Please sign in to comment.