Skip to content

Commit

Permalink
tweak flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Jul 11, 2024
1 parent 696a2db commit 405ba3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def handle_show_debug(msg):
update_event.wait(3)
self.assertFalse(debug_state)

@flaky
@flaky(max_runs=3, min_passes=1)
def test_handle_change_ww(self):
wake_word_config = {"hey_mycroft": {"active": False},
"hey_neon": {"active": True}}
Expand Down

0 comments on commit 405ba3d

Please sign in to comment.