Skip to content

Commit

Permalink
Increase travis timeout for proptests
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Mar 24, 2019
1 parent 7e6d93d commit 2f8e224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ cache:
- $HOME/.sbt/boot

script:
- ./$TEST_SCRIPT
# proptest timeout within 10 mintues some time during compilation.
- travis_wait 60 ./$TEST_SCRIPT

before_cache:
# Tricks to avoid unnecessary cache updates
Expand Down

0 comments on commit 2f8e224

Please sign in to comment.