Skip to content

Commit

Permalink
decrease timeout limit
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Dec 11, 2023
1 parent 0926dee commit 203754a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
PERF_CONFIG_PATH: "config/perf_configs"
MPI_CONFIG_PATH: "config/mpi_configs"

timeout_in_minutes: 1440
timeout_in_minutes: 240

steps:
- label: "init environment :computer:"
Expand Down Expand Up @@ -312,6 +312,7 @@ steps:
- label: "MPI AMIP"
command: "srun julia --color=yes --project=experiments/AMIP/modular/ experiments/AMIP/modular/coupler_driver_modular.jl --config_file $CONFIG_PATH/coarse_mpi_n2.yml"
artifact_paths: "experiments/AMIP/modular/output/amip/coarse_mpi_n2_artifacts/*"
timeout_in_minutes: 240
env:
CLIMACORE_DISTRIBUTED: "MPI"
agents:
Expand Down

0 comments on commit 203754a

Please sign in to comment.