Skip to content

Commit

Permalink
bump timeout for eval infer as well
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed Nov 9, 2024
1 parent 8dec355 commit c577449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evaluation/swe_bench/eval_infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def get_config(instance: pd.Series) -> AppConfig:
timeout=1800,
api_key=os.environ.get('ALLHANDS_API_KEY', None),
remote_runtime_api_url=os.environ.get('SANDBOX_REMOTE_RUNTIME_API_URL'),
remote_runtime_init_timeout=1800,
),
# do not mount workspace
workspace_base=None,
Expand Down

0 comments on commit c577449

Please sign in to comment.