Skip to content

Commit

Permalink
Changed startup wait to 90s for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 14, 2013
1 parent a9ed0e4 commit 0420295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jetty.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default:
jetty_port: <%= ENV['TEST_JETTY_PORT'] || 8983 %>
startup_wait: 60
startup_wait: 90
java_opts:
- "-Xmx256m"
- "-XX:MaxPermSize=128m"

0 comments on commit 0420295

Please sign in to comment.