Skip to content

Commit

Permalink
undo local change
Browse files Browse the repository at this point in the history
  • Loading branch information
magdalendobson committed Nov 1, 2024
1 parent fecdf62 commit 00fc278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def run_docker(definition, dataset, count, runs, timeout, rebuild,
# set/override container timeout based on competition flag
if neurips23track!='none':
# 1 hour for streaming and 12 hours for other tracks
timeout = 12 * 60 * 60 if neurips23track == 'streaming' else 12 * 60 * 60
timeout = 60 * 60 if neurips23track == 'streaming' else 12 * 60 * 60
print("Setting container wait timeout to %d seconds" % timeout)

elif not timeout:
Expand Down

0 comments on commit 00fc278

Please sign in to comment.