From 0678b87ce72bd56ec232401ff02aa8300624bfb4 Mon Sep 17 00:00:00 2001 From: Fabian Klimpel <fklimpel@cern.ch> Date: Wed, 18 Mar 2020 13:18:57 +0100 Subject: [PATCH] Fixed unit test --- Tests/UnitTests/Core/Propagator/StepperTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/UnitTests/Core/Propagator/StepperTests.cpp b/Tests/UnitTests/Core/Propagator/StepperTests.cpp index 2836e6178..a464f1363 100644 --- a/Tests/UnitTests/Core/Propagator/StepperTests.cpp +++ b/Tests/UnitTests/Core/Propagator/StepperTests.cpp @@ -576,7 +576,7 @@ BOOST_AUTO_TEST_CASE(step_extension_vacmatvac_test) { propOptsDense(tgContext, mfContext); abortList.get<EndOfWorld>().maxX = 2_m; propOptsDense.abortList = abortList; - propOptsDense.maxSteps = 100; + propOptsDense.maxSteps = 1000; propOptsDense.maxStepSize = 1.5_m; propOptsDense.tolerance = 1e-8; -- GitLab