Skip to content

Commit

Permalink
Changing the timeout to 6 days
Browse files Browse the repository at this point in the history
  • Loading branch information
rcap107 committed Jan 2, 2025
1 parent f18ccd4 commit 1b25d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def get_executor_marg(
# Submit one task per set of parameters
executor = get_executor_marg(
"retrieve-merge-predict",
timeout_hour=72,
timeout_hour=24 * 6 + 12,
n_cpus=args.n_cpus,
max_parallel_tasks=args.n_tasks,
gpu=args.gpu,
Expand Down

0 comments on commit 1b25d07

Please sign in to comment.