Skip to content

Commit 139092a

Browse files
committed
fix(triage): relax Gemini eval deadlines
1 parent 95bfb0a commit 139092a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/triage/src/llm/common/gemini.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export function buildGeminiJsonConfig({
2727
return {
2828
systemInstruction: systemPrompt,
2929
httpOptions: {
30-
timeout: 25_000,
30+
timeout: 45_000,
3131
retryOptions: {
32-
attempts: 1,
32+
attempts: 2,
3333
},
3434
},
3535
responseMimeType: 'application/json',

0 commit comments

Comments
 (0)