From 41955e2893739da55315755f5f012b415727e2da Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sat, 14 Apr 2018 15:29:50 +0200 Subject: [PATCH] Increase test timeout when using tsan. --- teshsuite/smpi/mpich3-test/rma/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/teshsuite/smpi/mpich3-test/rma/CMakeLists.txt b/teshsuite/smpi/mpich3-test/rma/CMakeLists.txt index 3b4dcd3ff4..9a7f022d00 100644 --- a/teshsuite/smpi/mpich3-test/rma/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/rma/CMakeLists.txt @@ -42,6 +42,9 @@ 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 ${TESH_OPTION} -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) + SET_TESTS_PROPERTIES(test-smpi-mpich3-rma-raw PROPERTIES TIMEOUT 1500) + endif() endif() foreach(file accfence1 accfence2_am accfence2 accpscw1 allocmem epochtest getfence1 getgroup manyrma3 nullpscw -- 2.20.1