diff --git a/.ci/wrf_compilation_tests-cmake.json b/.ci/wrf_compilation_tests-cmake.json index ecc8682fae..e0492e12ca 100644 --- a/.ci/wrf_compilation_tests-cmake.json +++ b/.ci/wrf_compilation_tests-cmake.json @@ -1,7 +1,7 @@ { "submit_options" : { - "timelimit" : "00:12:30", + "timelimit" : "00:20:00", "working_directory" : "..", "arguments" : { @@ -49,53 +49,53 @@ "cmake-gnu-dm+sm" : { "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } }, "cmake-intel-classic-serial" : { - "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } }, + "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } }, "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } }, "cmake-intel-classic-sm" : { - "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } }, + "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } }, "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } }, "cmake-intel-classic-dm" : { - "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } }, + "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } }, "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } }, "cmake-intel-classic-dm+sm" : { - "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } }, + "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } }, "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } }, "cmake-intel-llvm-serial" : { - "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } }, + "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } }, "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } }, "cmake-intel-llvm-sm" : { - "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } }, + "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } }, "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } }, "cmake-intel-llvm-dm" : { - "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } }, + "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } }, "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } }, "cmake-intel-llvm-dm+sm" : { - "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } }, + "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } }, "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } }, "cmake-pgi-serial" : { - "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } }, + "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } }, "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } }, "cmake-pgi-sm" : { - "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } }, + "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } }, "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } }, "cmake-pgi-dm" : { - "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } }, + "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } }, "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } }, "cmake-pgi-dm+sm" : { - "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } }, + "submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } }, "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } } }