Skip to content

Commit 9c871cf

Browse files
committed
test(macos): soften test to account for macOS polling differences
1 parent 7f7188a commit 9c871cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def test_non_block_after_notification(self):
504504
raise Exception("Unexpected result from poll: %r", state)
505505
polls += 1
506506

507-
self.assert_(polls >= 8, polls)
507+
self.assert_(polls >= 5, polls)
508508

509509
def test_poll_noop(self):
510510
self.conn.poll()

0 commit comments

Comments
 (0)