From ece945643896de47a6a089a83a0418ea8ff93439 Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Fri, 20 Dec 2024 06:22:41 +0100 Subject: [PATCH] Change msw-simple test to use solver-max-time-step-in-days=15 instead of solver-max-time-step-in-days=10 --- parallelTests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parallelTests.cmake b/parallelTests.cmake index 899ae308b..8530c4e75 100644 --- a/parallelTests.cmake +++ b/parallelTests.cmake @@ -44,7 +44,7 @@ add_test_compare_parallel_simulation(CASENAME msw-simple ABS_TOL 1e4 # the absolute tolerance is pretty high here, yet in this case, we are only interested in the relative tolerance REL_TOL 1e-5 MPI_PROCS 4 - TEST_ARGS --solver-max-time-step-in-days=10 --allow-distributed-wells=true) + TEST_ARGS --solver-max-time-step-in-days=15 --allow-distributed-wells=true) add_test_compare_parallel_simulation(CASENAME msw-3d FILENAME MSW-3D # this file contains one Multisegment well with branches that is distributed across several processes