Increase the test timeout on travis.
This commit is contained in:
parent
3d5c48f831
commit
f5ffe7adc8
|
@ -36,6 +36,9 @@ script:
|
||||||
- cp ../.coveragerc .
|
- cp ../.coveragerc .
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then export TORNADO_EXTENSION=1; fi
|
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then export TORNADO_EXTENSION=1; fi
|
||||||
- export TARGET="-m tornado.test.runtests"
|
- export TARGET="-m tornado.test.runtests"
|
||||||
|
# Travis workers are often overloaded and cause our tests to exceed
|
||||||
|
# the default timeout of 5s.
|
||||||
|
- export ASYNC_TEST_TIMEOUT=15
|
||||||
# We use "python -m coverage" instead of the "bin/coverage" script
|
# We use "python -m coverage" instead of the "bin/coverage" script
|
||||||
# so we can pass additional arguments to python. However, this doesn't
|
# so we can pass additional arguments to python. However, this doesn't
|
||||||
# work on 2.6, so skip coverage on that version.
|
# work on 2.6, so skip coverage on that version.
|
||||||
|
|
Loading…
Reference in New Issue