From 9a6f2850821f6ebeeb387440ab80ca58def008f3 Mon Sep 17 00:00:00 2001 From: Alvaro Tolosa Delgado Date: Mon, 16 Dec 2024 12:41:47 +0100 Subject: [PATCH] overlap test is slower now... --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 5ccbce058..8f80a3fa7 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -169,7 +169,7 @@ SET( test_name "test_DCH_o1_v02_overlap" ) ADD_TEST( t_${test_name} "${CMAKE_INSTALL_PREFIX}/bin/run_test_${PackageName}.sh" ddsim --compactFile=${CMAKE_CURRENT_SOURCE_DIR}/compact/DCH_standalone_o1_v02.xml --runType run --part.userParticleHandler= --macroFile=${CMAKE_CURRENT_SOURCE_DIR}/../utils/overlap.mac ) SET_TESTS_PROPERTIES( t_${test_name} PROPERTIES FAIL_REGULAR_EXPRESSION "Exception;EXCEPTION;ERROR;Error" ) -set_tests_properties( t_${test_name} PROPERTIES TIMEOUT 60) +set_tests_properties( t_${test_name} PROPERTIES TIMEOUT 400) endif() #--------------------------------------------------