Skip to content

Commit

Permalink
Add sleep to mesh firewall test to allow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronH88 committed Jan 5, 2024
1 parent d28c372 commit 3364035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions receptorctl/tests/test_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3364035

Please sign in to comment.