diff --git a/codegen-examples/examples/swebench_agent_run/entry_point.py b/codegen-examples/examples/swebench_agent_run/entry_point.py index 411b09d3b..79fd19575 100644 --- a/codegen-examples/examples/swebench_agent_run/entry_point.py +++ b/codegen-examples/examples/swebench_agent_run/entry_point.py @@ -13,7 +13,7 @@ app = modal.App(name="swebench-agent-run", image=image, secrets=[modal.Secret.from_dotenv()]) -@app.function(timeout=10 * 60) +@app.function(timeout=43200) async def run_agent_modal(entry: SweBenchExample): """Modal function to process a single example from the SWE-bench dataset.""" return run_agent_on_entry(entry)