diff --git a/receptorctl/tests/test_mesh.py b/receptorctl/tests/test_mesh.py index e58f005c8..5cd65ea8a 100644 --- a/receptorctl/tests/test_mesh.py +++ b/receptorctl/tests/test_mesh.py @@ -31,6 +31,7 @@ def test_work_unsigned(self, invoke, receptor_nodes): # Release unsigned work result = invoke(commands.work, f"release {work_unit_id}".split()) + time.sleep(5) assert result.exit_code == 0