]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Increase the test timeout on travis.
authorBen Darnell <ben@bendarnell.com>
Sat, 21 Jun 2014 17:34:03 +0000 (13:34 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 21 Jun 2014 17:34:03 +0000 (13:34 -0400)
.travis.yml

index 194c7bedb0ece2ff23e3f35e907e386f58c65be7..228182f9c53f1670f40d0e0bd93dfa1e415ffd4a 100644 (file)
@@ -36,6 +36,9 @@ script:
     - cp ../.coveragerc .
     - if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then export TORNADO_EXTENSION=1; fi
     - 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
     # so we can pass additional arguments to python.  However, this doesn't
     # work on 2.6, so skip coverage on that version.