14
0
forked from pool/python-pika
Files
python-pika/pika-1119-experiment.patch

14 lines
446 B
Diff
Raw Normal View History

diff --git a/tests/unit/select_connection_ioloop_tests.py b/tests/unit/select_connection_ioloop_tests.py
index d5c9cf1..5c62ae8 100644
--- a/tests/unit/select_connection_ioloop_tests.py
+++ b/tests/unit/select_connection_ioloop_tests.py
@@ -182,7 +182,7 @@ class IOLoopTimerTestSelect(IOLoopBaseTest):
"""
NUM_TIMERS = 5
- TIMER_INTERVAL = 0.02
+ TIMER_INTERVAL = 0.25
SELECT_POLLER = 'select'
def set_timers(self):