Skip to content

Commit

Permalink
travis_wait 120
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lizner committed Dec 17, 2018
1 parent 6092251 commit 32e329a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,4 +26,4 @@ matrix:
- name: JDK8 - Run all excluding model-intest
script: mvn install -T 1C -q -DskipTests; mvn verify -DskipModelIntTest=true -DskipModelUnitTest=true -DtestsRetryCount=2
- name: JDK8 - Run only model-intest
script: mvn install -T 1C -q -DskipTests; travis_wait 90 mvn verify -pl :model-intest -DtestsRetryCount=2
script: mvn install -T 1C -q -DskipTests; travis_wait 120 mvn verify -pl :model-intest -DtestsRetryCount=2

0 comments on commit 32e329a

Please sign in to comment.