Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change timeout value to avoid a NetworkFailureException.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 4 Dec 2020 20:14:17 +0000 (21:14 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 4 Dec 2020 20:14:17 +0000 (21:14 +0100)
We don't want ctest to report a test failure.

examples/s4u/CMakeLists.txt

index 9cc5fdb..1178fa5 100644 (file)
@@ -213,7 +213,7 @@ if(enable_coverage)
     endif()
   endforeach()
   if(SIMGRID_HAVE_MC)
-    ADD_TEST(cover-mc-bugged1-liveness ${CMAKE_CURRENT_BINARY_DIR}/mc-bugged1-liveness/s4u-mc-bugged1-liveness ${CMAKE_HOME_DIRECTORY}/examples/platforms/small_platform.xml 1 1000)
+    ADD_TEST(cover-mc-bugged1-liveness ${CMAKE_CURRENT_BINARY_DIR}/mc-bugged1-liveness/s4u-mc-bugged1-liveness ${CMAKE_HOME_DIRECTORY}/examples/platforms/small_platform.xml 1 1001)
   endif()
 endif()