travis now takes 15 seconds to timeout a test rather than 10

This commit is contained in:
Chris Beck 2014-05-26 15:04:03 -04:00
parent 7cad975038
commit cec797bcb4

View file

@ -10,7 +10,7 @@ script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- ./test
- ./run_wml_tests -u
- ./run_wml_tests -u -t 15
after_failure:
- ./travis_after_failure.sh
notifications: