aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 11f293dc..c56bd2f3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,7 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/yage)
if(${ENABLE_TESTING})
# enable tests
enable_testing()
- set(SIMULATION_RUNS 1000)
+ set(SIMULATION_RUNS 10000)
function(make_test test_name cycles)
add_executable(${test_name} ${YAGE_TEST_DIR}/${test_name}.cpp)