Skip to content

Commit

Permalink
tell travis to wait 30 mins for slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed Oct 30, 2016
1 parent 1601143 commit a6c334e
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 @@ -12,5 +12,5 @@ install:
- mvn install dependency:go-offline -Pskip-formatter -DskipTests=true -q -f driver/pom.xml -Dfailsafe.timeout=0

script:
- mvn install -P travis -B -f driver/pom.xml -Dfailsafe.timeout=0
- travis_wait 30 mvn install -P travis -B -f driver/pom.xml -Dfailsafe.timeout=0
- cd tests-scala ; sbt test

0 comments on commit a6c334e

Please sign in to comment.