Commit 0dedfdbb authored by Jason Madden's avatar Jason Madden

Globally increase the default timeout for CI services.

parent 803ba5ad
......@@ -350,7 +350,7 @@ class TestCase(TestCaseMetaClass("NewBase", (BaseTestCase,), {})):
# 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
# resolution
__timeout__ = 1 if not RUNNING_ON_CI else 5
__timeout__ = 1 if not RUNNING_ON_CI else 7
switch_expected = 'default'
error_fatal = True
close_on_teardown = ()
......
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