From f46ffd833b4eca9f129dc23cdaca9e7e6772029b67d91fc91bd67630dd3c3308 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 22 Sep 2018 12:55:29 +0000 Subject: [PATCH] UPdated debugging patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pika?expand=0&rev=20 --- pika-1119-experiment.patch | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/pika-1119-experiment.patch b/pika-1119-experiment.patch index 6bea2f1..b491ffe 100644 --- a/pika-1119-experiment.patch +++ b/pika-1119-experiment.patch @@ -1,13 +1,22 @@ diff --git a/tests/unit/select_connection_ioloop_tests.py b/tests/unit/select_connection_ioloop_tests.py -index d5c9cf1..5c62ae8 100644 +index d5c9cf1..a9a49de 100644 --- a/tests/unit/select_connection_ioloop_tests.py +++ b/tests/unit/select_connection_ioloop_tests.py +@@ -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( @@ -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):