From 3364035e7d455912eccb99a58df4e69a41a9680f Mon Sep 17 00:00:00 2001 From: Aaron Hetherington Date: Fri, 5 Jan 2024 16:02:33 +0000 Subject: [PATCH] Add sleep to mesh firewall test to allow cleanup --- receptorctl/tests/test_mesh.py | 1 + 1 file changed, 1 insertion(+) 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