Skip to content

Commit 3f60b9a

Browse files
committed
Increase the game creation timeout to 10 minutes
1 parent b333761 commit 3f60b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lemonade_arcade/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ async def generate():
12151215
logger.debug(
12161216
f"Starting request to {LEMONADE_SERVER_URL}/api/v1/chat/completions"
12171217
)
1218-
async with httpx.AsyncClient(timeout=120.0) as client:
1218+
async with httpx.AsyncClient(timeout=600.0) as client:
12191219
async with client.stream(
12201220
"POST",
12211221
f"{LEMONADE_SERVER_URL}/api/v1/chat/completions",

0 commit comments

Comments
 (0)