Skip to content

Commit

Permalink
Try to address timeout on acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cartwrightian committed Jun 2, 2017
1 parent d0c3203 commit fe716f2
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 @@ -21,4 +21,4 @@ jobs:
- stage: integration
script: ./gradlew integration
- stage: acceptance
script: ./gradlew acceptance
script: travis_wait 30 ./gradlew acceptance

0 comments on commit fe716f2

Please sign in to comment.