Skip to content

Commit 7963f2b

Browse files
committed
change timeout to 30 min
1 parent 06b65b3 commit 7963f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/buffbench/agent-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export async function runAgentOnCommit({
7272
}
7373
}
7474

75-
const timeoutMs = 10 * 60 * 1000 // 10 minutes
75+
const timeoutMs = 30 * 60 * 1000 // 30 minutes
7676
const result = await withTimeout(
7777
client.run({
7878
agent: agentId,

0 commit comments

Comments
 (0)