diff --git a/kano-wand-test.py b/kano-wand-test.py index c4097c6..62279c4 100644 --- a/kano-wand-test.py +++ b/kano-wand-test.py @@ -58,7 +58,7 @@ async def main(): for wand in wands: # Vibrate the wand and set its color to red await wand.vibrate(PATTERN.BURST) - await asyncio.sleep(20) + await asyncio.sleep(60) # Detect keyboard interrupt disconnect