Skip to content

Commit c5b3ba4

Browse files
authored
feat: runner tooling (#733)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed --------- Co-authored-by: kopekC <28070492+kopekC@users.noreply.github.com>
1 parent 0058abe commit c5b3ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen-examples/examples/swebench_agent_run/entry_point.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
app = modal.App(name="swebench-agent-run", image=image, secrets=[modal.Secret.from_dotenv()])
1414

1515

16-
@app.function(timeout=10 * 60)
16+
@app.function(timeout=43200)
1717
async def run_agent_modal(entry: SweBenchExample):
1818
"""Modal function to process a single example from the SWE-bench dataset."""
1919
return run_agent_on_entry(entry)

0 commit comments

Comments
 (0)