From fb3063e94ed03fc18b3c0f42d21fd74e7381e99a Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Wed, 15 Oct 2025 10:57:21 +0200 Subject: [PATCH] test: Increase callback timeout 10s -> 30s --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 9325544..02523dd 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1313,7 +1313,7 @@ async def _get_oauth_token_for_user( # Wait for redirect and extract auth code try: - await page.wait_for_url(f"{callback_url}*", timeout=10000) + await page.wait_for_url(f"{callback_url}*", timeout=30000) except Exception: pass # Expected - callback won't load