bump delay to make sure its not taking more time to reset

This commit is contained in:
Shroominic
2026-01-05 00:04:58 +01:00
parent 00d0415518
commit 57bf1b68d9

View File

@@ -71,7 +71,7 @@ async def reproduce() -> None:
# Wait a bit for the server to realize we disconnected (though with asyncio it might be immediate or depend on keepalive)
print("\nWaiting for server to process disconnect...")
await asyncio.sleep(5)
await asyncio.sleep(21)
print("\nChecking final balance...")
try: