We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8abc5c commit 1eac4fdCopy full SHA for 1eac4fd
tests/test_async.py
@@ -504,7 +504,7 @@ def test_non_block_after_notification(self):
504
raise Exception("Unexpected result from poll: %r", state)
505
polls += 1
506
507
- self.assert_(polls >= 8, polls)
+ self.assert_(polls >= 5, polls)
508
509
def test_poll_noop(self):
510
self.conn.poll()
tests/test_green.py
@@ -152,7 +152,7 @@ def wait(conn):
152
""")
153
154
polls = stub.polls.count(POLL_READ)
155
- self.assert_(polls > 8, polls)
+ self.assert_(polls > 6, polls)
156
157
158
class CallbackErrorTestCase(ConnectingTestCase):
0 commit comments