From 203754a533b6a8f6e3cfc66edb7c86a4feb6a69e Mon Sep 17 00:00:00 2001 From: Julia Sloan Date: Fri, 8 Dec 2023 10:12:37 -0800 Subject: [PATCH] decrease timeout limit --- .buildkite/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 36ac48540a..0db435379d 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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:" @@ -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: