Commit b77e9acd authored by Jason Madden's avatar Jason Madden

Adjust test timeouts higher.

parent dc2de60e
...@@ -34,11 +34,11 @@ from .sysinfo import RESOLVER_ARES ...@@ -34,11 +34,11 @@ from .sysinfo import RESOLVER_ARES
# Travis is slow and overloaded; Appveyor used to be faster, but # Travis is slow and overloaded; Appveyor used to be faster, but
# as of Dec 2015 it's almost always slower and/or has much worse timer # as of Dec 2015 it's almost always slower and/or has much worse timer
# resolution # resolution
CI_TIMEOUT = 10 CI_TIMEOUT = 15
if (PY3 and PYPY) or (PYPY and WIN and LIBUV): if (PY3 and PYPY) or (PYPY and WIN and LIBUV):
# pypy3 is very slow right now, # pypy3 is very slow right now,
# as is PyPy2 on windows (which only has libuv) # as is PyPy2 on windows (which only has libuv)
CI_TIMEOUT = 15 CI_TIMEOUT = 20
if PYPY and LIBUV: if PYPY and LIBUV:
# slow and flaky timeouts # slow and flaky timeouts
LOCAL_TIMEOUT = CI_TIMEOUT LOCAL_TIMEOUT = CI_TIMEOUT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment