update test to 60 seconds

This commit is contained in:
Lucas Oskorep
2020-07-19 14:48:55 -05:00
parent bc444bdf52
commit 9822ace85a
+1 -1
View File
@@ -58,7 +58,7 @@ async def main():
for wand in wands: for wand in wands:
# Vibrate the wand and set its color to red # Vibrate the wand and set its color to red
await wand.vibrate(PATTERN.BURST) await wand.vibrate(PATTERN.BURST)
await asyncio.sleep(20) await asyncio.sleep(60)
# Detect keyboard interrupt disconnect # Detect keyboard interrupt disconnect