From 8f45063188b7ea2eeefe453fe556e5a8100f7f4c Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 29 Aug 2022 18:14:45 +0200 Subject: [PATCH] Increase test timeout for coverage too. [ci-ckip] --- teshsuite/smpi/mpich3-test/rma/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/mpich3-test/rma/CMakeLists.txt b/teshsuite/smpi/mpich3-test/rma/CMakeLists.txt index dea3a7aee2..088f9abdb7 100644 --- a/teshsuite/smpi/mpich3-test/rma/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/rma/CMakeLists.txt @@ -44,7 +44,7 @@ endif() if (enable_smpi_MPICH3_testsuite AND HAVE_RAW_CONTEXTS) ADD_TEST(test-smpi-mpich3-rma-raw ${CMAKE_COMMAND} -E chdir ${CMAKE_BINARY_DIR}/teshsuite/smpi/mpich3-test/rma ${PERL_EXECUTABLE} ${CMAKE_HOME_DIRECTORY}/teshsuite/smpi/mpich3-test/runtests "-wrapper=${VALGRIND_WRAPPER}" -mpiexec=${CMAKE_BINARY_DIR}/smpi_script/bin/smpirun -srcdir=${CMAKE_HOME_DIRECTORY}/teshsuite/smpi/mpich3-test/rma -tests=testlist -execarg=--cfg=contexts/factory:raw) SET_TESTS_PROPERTIES(test-smpi-mpich3-rma-raw PROPERTIES PASS_REGULAR_EXPRESSION "tests passed!") - if (enable_thread_sanitizer) + if (enable_thread_sanitizer OR enable_coverage) SET_TESTS_PROPERTIES(test-smpi-mpich3-rma-raw PROPERTIES TIMEOUT 1500) endif() endif() -- 2.20.1