Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't set a really short timeout on sendsend now that this test works
[simgrid.git] / examples / smpi / CMakeLists.txt
index 7ae3bd1..4065548 100644 (file)
@@ -97,15 +97,6 @@ if(enable_smpi)
     ADD_TESH(smpi-mc-only-send-determinism --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/smpi/mc --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_BINARY_DIR}/examples/smpi/mc ${CMAKE_HOME_DIRECTORY}/examples/smpi/mc/only_send_deterministic.tesh)
     add_dependencies(tests-mc smpi_sendsend)
     ADD_TESH_FACTORIES(smpi-mc-sendsend "^thread" --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/smpi/mc --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_BINARY_DIR}/examples/smpi/mc ${CMAKE_HOME_DIRECTORY}/examples/smpi/mc/sendsend.tesh)
-    if(HAVE_UCONTEXT_CONTEXTS)
-      set_tests_properties(smpi-mc-sendsend-ucontext PROPERTIES TIMEOUT 5)
-    endif()
-    if(HAVE_RAW_CONTEXTS)
-      set_tests_properties(smpi-mc-sendsend-raw PROPERTIES TIMEOUT 5)
-    endif()
-    if(HAVE_BOOST_CONTEXTS)
-      set_tests_properties(smpi-mc-sendsend-boost PROPERTIES TIMEOUT 5)
-    endif()
   endif()
 
   ADD_TESH(smpi-tracing        --setenv bindir=${CMAKE_BINARY_DIR}/examples/smpi/trace --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/smpi/trace --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_BINARY_DIR}/examples/smpi/trace ${CMAKE_HOME_DIRECTORY}/examples/smpi/trace/trace.tesh)