From 653b51452aa93c9dfe265f98b6141775dd12e21d Mon Sep 17 00:00:00 2001 From: Shroominic Date: Mon, 5 Jan 2026 00:04:58 +0100 Subject: [PATCH] bump delay to make sure its not taking more time to reset --- scripts/reproduce_bug_staging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reproduce_bug_staging.py b/scripts/reproduce_bug_staging.py index 16f6ace1..331b4c22 100644 --- a/scripts/reproduce_bug_staging.py +++ b/scripts/reproduce_bug_staging.py @@ -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: