update test to 60 seconds
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user