Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
annapoorna-s-alt committed Nov 6, 2024
1 parent 6e42a20 commit db2cede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/bootsys/test_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_init(self):
self.assertEqual(self.host, self.csp.host)
# Result queue should be empty before run is called
with self.assertRaises(queue.Empty):
self.result_queue.get(block=False)
self.result_queue.get(timeout=0.01)

def test_err_exit(self):
"""Test the _err_exit method logs an error, raises SystemExit(1), and adds result to queue."""
Expand Down

0 comments on commit db2cede

Please sign in to comment.