Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change timeout value to avoid a NetworkFailureException.
[simgrid.git] / 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()