Skip to content

Commit ea87234

Browse files
Sbozzolojuliasloan25
authored andcommitted
Reduce time for local_checks.sh
This sometimes runs for a very long time
1 parent ea8e62f commit ea87234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ steps:
320320
command: "test/mpi_tests/test_sbatch_script.sh"
321321
agents:
322322
slurm_ntasks: 1
323+
slurm_time: 30
323324
soft_fail: true
324-
timeout_in_minutes: 40
325325

326326
- group: "Hierarchy tests (1d)"
327327
steps:

test/mpi_tests/local_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#SBATCH --ntasks=2
33
#SBATCH --job-name=mpi_amip
4-
#SBATCH --time=24:00:00
4+
#SBATCH --time=00:10:00
55
#SBATCH --mem-per-cpu=16G
66
#SBATCH --partition=expansion
77

0 commit comments

Comments
 (0)