From: Arnaud Giersch Date: Fri, 4 Dec 2020 20:14:17 +0000 (+0100) Subject: Change timeout value to avoid a NetworkFailureException. X-Git-Tag: v3.26~47 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/beb45a633fb063d6f4f43f1bdb73ebbfe3770f68 Change timeout value to avoid a NetworkFailureException. We don't want ctest to report a test failure. --- diff --git a/examples/s4u/CMakeLists.txt b/examples/s4u/CMakeLists.txt index 9cc5fdbae0..1178fa5d2a 100644 --- a/examples/s4u/CMakeLists.txt +++ b/examples/s4u/CMakeLists.txt @@ -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()