Skip to content

Commit

Permalink
Sleep for longer before checking state machine state.
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Jul 2, 2021
1 parent 394b06e commit 8a2e9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_chewie.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8a2e9f3

Please sign in to comment.