Skip to content

Commit

Permalink
added travis_wait to support longer build times
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanAldrich committed Apr 8, 2020
1 parent 82614b3 commit 18be365
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 @@ -17,7 +17,7 @@ before_script:
- export _JAVA_OPTIONS="-Xmx6144m -Xms512m -XX:+UseParallelGC"
script:
- cd tools
- ant test
- travis_wait ant test
- cd ../backend
- ./bootstrap.sh travis
- ./test.sh
Expand Down

0 comments on commit 18be365

Please sign in to comment.