From db2cede528b90ff6358ef0c084966a84978a60c3 Mon Sep 17 00:00:00 2001 From: annapoorna-s-alt Date: Wed, 6 Nov 2024 11:58:53 +0000 Subject: [PATCH] build fix --- tests/cli/bootsys/test_platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/bootsys/test_platform.py b/tests/cli/bootsys/test_platform.py index 56a07bce..65d8b8f3 100644 --- a/tests/cli/bootsys/test_platform.py +++ b/tests/cli/bootsys/test_platform.py @@ -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."""