We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b65b3 commit 7963f2bCopy full SHA for 7963f2b
evals/buffbench/agent-runner.ts
@@ -72,7 +72,7 @@ export async function runAgentOnCommit({
72
}
73
74
75
- const timeoutMs = 10 * 60 * 1000 // 10 minutes
+ const timeoutMs = 30 * 60 * 1000 // 30 minutes
76
const result = await withTimeout(
77
client.run({
78
agent: agentId,
0 commit comments