From 4f0ad3518b77bb5f6c34d331c219f2e817825945 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 12 May 2021 08:57:28 +0200 Subject: [PATCH] [t] Adapted some RUNTIMEs. --- ProcessLib/ComponentTransport/Tests.cmake | 6 +++--- ProcessLib/LiquidFlow/Tests.cmake | 2 +- ProcessLib/SmallDeformation/Tests.cmake | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ProcessLib/ComponentTransport/Tests.cmake b/ProcessLib/ComponentTransport/Tests.cmake index b9f3c2aa52e..5112621c4b3 100644 --- a/ProcessLib/ComponentTransport/Tests.cmake +++ b/ProcessLib/ComponentTransport/Tests.cmake @@ -408,7 +408,7 @@ AddTest( WRAPPER time TESTER vtkdiff REQUIREMENTS NOT OGS_USE_MPI - RUNTIME 26 + RUNTIME 48 DIFF_DATA DiffusionAndStorageAndAdvectionAndDispersion_3Components_ts_100_t_5.700000_expected.vtu DiffusionAndStorageAndAdvectionAndDispersion_3Components_ts_100_t_5.700000.vtu Si Si 1e-7 1e-10 DiffusionAndStorageAndAdvectionAndDispersion_3Components_ts_200_t_35.700000_expected.vtu DiffusionAndStorageAndAdvectionAndDispersion_3Components_ts_200_t_35.700000.vtu Si Si 1e-7 1e-10 @@ -876,7 +876,7 @@ AddTest( WRAPPER time TESTER vtkdiff REQUIREMENTS NOT OGS_USE_MPI - RUNTIME 15 + RUNTIME 40 DIFF_DATA 3D1P-GWFlow_1_reference.vtu out_ogs5_H_ts_10_t_10000000.000000.vtu pressure_ogs5 pressure 2.4e1 1.4e-2 3D1P-GWFlow_1_reference.vtu out_ogs5_H_ts_10_t_10000000.000000.vtu NODAL_VELOCITY1 darcy_velocity 1e-10 1.4e-2 @@ -1080,7 +1080,7 @@ AddTest( Wetland_1d_ts_4_t_28800.000000_expected.vtu Wetland_1d_ts_4_t_28800.000000.vtu Sno Sno 1e-10 1e-16 Wetland_1d_ts_4_t_28800.000000_expected.vtu Wetland_1d_ts_4_t_28800.000000.vtu Sso Sso 1e-10 1e-16 Wetland_1d_ts_4_t_28800.000000_expected.vtu Wetland_1d_ts_4_t_28800.000000.vtu Sulphide Sulphide 1e-10 1e-16 - RUNTIME 24 + RUNTIME 40 ) AddTest( diff --git a/ProcessLib/LiquidFlow/Tests.cmake b/ProcessLib/LiquidFlow/Tests.cmake index e00f3a14fda..4de0846bc6c 100644 --- a/ProcessLib/LiquidFlow/Tests.cmake +++ b/ProcessLib/LiquidFlow/Tests.cmake @@ -233,7 +233,7 @@ AddTest( AddTest( NAME LiquidFlow_Isotropic_GravityDriven3D PATH Parabolic/LiquidFlow/GravityDriven3D - RUNTIME 5 + RUNTIME 130 EXECUTABLE ogs EXECUTABLE_ARGS isotropic_gravity_driven3D.prj WRAPPER mpirun diff --git a/ProcessLib/SmallDeformation/Tests.cmake b/ProcessLib/SmallDeformation/Tests.cmake index c47d796a048..765ce2eddd8 100644 --- a/ProcessLib/SmallDeformation/Tests.cmake +++ b/ProcessLib/SmallDeformation/Tests.cmake @@ -38,7 +38,7 @@ if (NOT OGS_USE_MPI) OgsTest(PROJECTFILE Mechanics/InitialStates/equilibrium_restart.prj) OgsTest(PROJECTFILE Mechanics/InitialStates/non_equilibrium_initial_state.prj) OgsTest(PROJECTFILE Mechanics/InitialStates/soil_column_nonequilibrium_sigma_elementwise.prj) - OgsTest(PROJECTFILE Mechanics/Excavation/time_linear_excavation.prj RUNTIME 2) + OgsTest(PROJECTFILE Mechanics/Excavation/time_linear_excavation.prj RUNTIME 4) OgsTest(PROJECTFILE Mechanics/MohrCoulombAbboSloan/slope.prj RUNTIME 50) if(TEST ogs-Mechanics/MohrCoulombAbboSloan/slope) set_tests_properties(ogs-Mechanics/MohrCoulombAbboSloan/slope PROPERTIES WILL_FAIL true) -- GitLab