test: Increase callback timeout 10s -> 30s

This commit is contained in:
Chris Coutinho
2025-10-15 10:57:21 +02:00
parent 83f89e9394
commit fb3063e94e
+1 -1
View File
@@ -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