Skip to content

Commit 091ff87

Browse files
Increase prepare job time limit to 2 days
Large transfers may need more time for manifest building and sharding. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 36546a5 commit 091ff87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xfer/slackbot/slurm_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def _write_prepare_script(
202202
#SBATCH --job-name={job_name}-prepare
203203
#SBATCH --output={run_dir}/prepare-%j.out
204204
#SBATCH --error={run_dir}/prepare-%j.err
205-
#SBATCH --time=04:00:00
205+
#SBATCH --time=2-00:00:00
206206
#SBATCH --partition={config.slurm.partition}
207207
#SBATCH --cpus-per-task=8
208208
#SBATCH --mem=16G

0 commit comments

Comments
 (0)