From 8a2e9f3e0bbb8d560746c2ee3b9c9adb712dc5b5 Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Fri, 2 Jul 2021 16:26:08 +1200 Subject: [PATCH] Sleep for longer before checking state machine state. --- test/unit/test_chewie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/test_chewie.py b/test/unit/test_chewie.py index 7c88c1d1..f390738f 100644 --- a/test/unit/test_chewie.py +++ b/test/unit/test_chewie.py @@ -26,7 +26,7 @@ # NOTE: Added due to tests failing because SM is not in the state # this appears to be because of checking too early. -SHORT_SLEEP = 0.2 +SHORT_SLEEP = 0.4 def patch_things(func):