Skip to content

Commit

Permalink
test(macos): soften test to account for macOS polling differences
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Jan 5, 2025
1 parent 7f7188a commit 9c871cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def test_non_block_after_notification(self):
raise Exception("Unexpected result from poll: %r", state)
polls += 1

self.assert_(polls >= 8, polls)
self.assert_(polls >= 5, polls)

def test_poll_noop(self):
self.conn.poll()
Expand Down

0 comments on commit 9c871cf

Please sign in to comment.