Skip to content

Commit

Permalink
adjust test constraint now that timeout is passed through to _wait_fo…
Browse files Browse the repository at this point in the history
…r_msg
  • Loading branch information
rjauquet committed Jan 10, 2024
1 parent cdee557 commit 8185718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_loop_basic(self) -> None:

# Check the return value.
assert rcs is not None
assert len(rcs) > 1
assert len(rcs) >= 1
expected_rc = self.INITIAL_RCS_VAL
for ret_code in rcs:
assert ret_code == expected_rc
Expand Down

0 comments on commit 8185718

Please sign in to comment.