We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa62245 commit 76142daCopy full SHA for 76142da
1 file changed
evals/buffbench/agent-runner.ts
@@ -56,7 +56,7 @@ export async function runAgentOnCommit({
56
let finalCheckOutputs: FinalCheckOutput[] | undefined
57
58
try {
59
- const timeoutMs = 30 * 60 * 1000 // 30 minutes
+ const timeoutMs = 60 * 60 * 1000 // 60 minutes
60
await withTimeout(
61
withTestRepo(
62
{
0 commit comments