Skip to content

Commit 369c669

Browse files
committed
feat(alpide/test):Increase time for tests
1 parent 0f2216d commit 369c669

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

alpide/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ endif(GTEST_FOUND)
2222

2323
generate_root_test_script(${R3BROOT_SOURCE_DIR}/alpide/test/testAlpideSimulation.C)
2424
add_test(NAME AlpideSimulation COMMAND ${R3BROOT_BINARY_DIR}/alpide/test/testAlpideSimulation.sh)
25-
set_tests_properties(AlpideSimulation PROPERTIES TIMEOUT "100")
25+
set_tests_properties(AlpideSimulation PROPERTIES TIMEOUT "300")
2626
set_tests_properties(AlpideSimulation PROPERTIES PASS_REGULAR_EXPRESSION
2727
"Macro finished successfully.")

alpide/test/testAlpideSimulation.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/******************************************************************************
22
* Copyright (C) 2022 GSI Helmholtzzentrum für Schwerionenforschung GmbH *
3-
* Copyright (C) 2022-2023 Members of R3B Collaboration *
3+
* Copyright (C) 2022-2025 Members of R3B Collaboration *
44
* *
55
* This software is distributed under the terms of the *
66
* GNU General Public Licence (GPL) version 3, *
@@ -49,7 +49,7 @@ void testAlpideSimulation(int nbevents = 100)
4949
boxGen->SetXYZ(0, 0, 0.);
5050
boxGen->SetThetaRange(7., 90.);
5151
boxGen->SetPhiRange(0., 360.);
52-
boxGen->SetEkinRange(0.6, 0.6);
52+
boxGen->SetEkinRange(0.2, 0.6);
5353
auto primGen = new FairPrimaryGenerator();
5454
primGen->AddGenerator(boxGen);
5555
run->SetGenerator(primGen);

0 commit comments

Comments
 (0)