From 5e33aa2d07466db4dc6900472b28865701eef2e4 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Thu, 19 Dec 2024 10:43:07 +0100 Subject: [PATCH] Test only test_bt_reduction_to_band multiple times --- ci/mpi-ctest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/mpi-ctest b/ci/mpi-ctest index 7eefed90f3..0d559d5231 100755 --- a/ci/mpi-ctest +++ b/ci/mpi-ctest @@ -27,10 +27,10 @@ sleep 5 # Run the tests, only output on the first rank if [[ $SLURM_PROCID == "0" ]]; then TZ=CET date +"Run started at: %H:%M:%S %z" - ctest --output-log "$CTEST_OUTPUT" -V $@ + ctest --timeout 60 --repeat-until-fail 100 -R test_bt_reduction_to_band --output-log "$CTEST_OUTPUT" -V $@ TZ=CET date +"Run finished at: %H:%M:%S %z" else - ctest --output-log "$CTEST_OUTPUT" -V -Q $@ + ctest --timeout 60 --repeat-until-fail 100 -R test_bt_reduction_to_band --output-log "$CTEST_OUTPUT" -V -Q $@ fi if [ $START_MPS -eq 1 ]; then