2018-09-21 17:15:14 +00:00
|
|
|
diff --git a/tests/unit/select_connection_ioloop_tests.py b/tests/unit/select_connection_ioloop_tests.py
|
2018-09-22 12:55:29 +00:00
|
|
|
index d5c9cf1..a9a49de 100644
|
2018-09-21 17:15:14 +00:00
|
|
|
--- a/tests/unit/select_connection_ioloop_tests.py
|
|
|
|
+++ b/tests/unit/select_connection_ioloop_tests.py
|
2018-09-22 12:55:29 +00:00
|
|
|
@@ -33,7 +33,7 @@ KQUEUE_SUPPORTED = hasattr(select, 'kqueue')
|
|
|
|
|
|
|
|
class IOLoopBaseTest(unittest.TestCase):
|
|
|
|
SELECT_POLLER = None
|
|
|
|
- TIMEOUT = 1.0
|
|
|
|
+ TIMEOUT = 1.5
|
|
|
|
|
|
|
|
def setUp(self):
|
|
|
|
select_type_patch = mock.patch.multiple(
|
2018-09-21 17:15:14 +00:00
|
|
|
@@ -182,7 +182,7 @@ class IOLoopTimerTestSelect(IOLoopBaseTest):
|
2018-09-22 12:55:29 +00:00
|
|
|
|
2018-09-21 17:15:14 +00:00
|
|
|
"""
|
|
|
|
NUM_TIMERS = 5
|
|
|
|
- TIMER_INTERVAL = 0.02
|
|
|
|
+ TIMER_INTERVAL = 0.25
|
|
|
|
SELECT_POLLER = 'select'
|
2018-09-22 12:55:29 +00:00
|
|
|
|
2018-09-21 17:15:14 +00:00
|
|
|
def set_timers(self):
|