fix: increase test-auth timeout to 900s for 5 browser variants
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
7b4be3dbc9
commit
cd9b405d2e
1 changed files with 1 additions and 1 deletions
|
|
@ -801,7 +801,7 @@ async def testAuth(
|
||||||
}
|
}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
timeout = aiohttp.ClientTimeout(total=300)
|
timeout = aiohttp.ClientTimeout(total=900)
|
||||||
async with aiohttp.ClientSession(timeout=timeout) as session:
|
async with aiohttp.ClientSession(timeout=timeout) as session:
|
||||||
async with session.post(f"{browserBotUrl}/api/bot/test-auth", json=payload) as resp:
|
async with session.post(f"{browserBotUrl}/api/bot/test-auth", json=payload) as resp:
|
||||||
if resp.status == 200:
|
if resp.status == 200:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue