Skip to content

Commit

Permalink
increase wml unit test timer on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 6, 2014
1 parent 8dbb215 commit 8bd1bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- ./test_wrapper.sh
- if [[ "$WML_TESTS" = true ]]; then ./run_wml_tests -t 15; fi
- if [[ "$WML_TESTS" = true ]]; then ./run_wml_tests -t 20; fi
after_failure:
- ./travis_after_failure.sh
notifications:
Expand Down

0 comments on commit 8bd1bd9

Please sign in to comment.