diff --git a/Applications/Utils/Tests.cmake b/Applications/Utils/Tests.cmake
index 13fb5bbd274dfb3a8e8332f4044e5894f74bf619..078c0ccffa5f106e6a57ce70130a3d0fb843bd05 100644
--- a/Applications/Utils/Tests.cmake
+++ b/Applications/Utils/Tests.cmake
@@ -291,6 +291,8 @@ foreach(element_type tri quad)
         COMMAND generateStructuredMesh -e ${element_type} --lx 1 --ly 1 --nx 10 --ny 10 -o ${Data_BINARY_DIR}/FileIO/square_1x1_${element_type}.vtu
         WORKING_DIRECTORY ${Data_BINARY_DIR}/FileIO/
     )
+    set_tests_properties(ExtractBoundary-generate_input_files_${element_type}
+        PROPERTIES COST 1) # RUNTIME 1
 
     AddTest(
         NAME ExtractBoundary_2D_${element_type}_Test
diff --git a/Jenkinsfile b/Jenkinsfile
index 24cee30af8df09a0f6add21cb31e5e42aa3518bc..e2f27244ec32f44e29c502fa73ca3ada9193fb58 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -528,7 +528,7 @@ pipeline {
                   '-DOGS_CPU_ARCHITECTURE=core2 ' +
                   '-DOGS_BUILD_UTILS=ON ' +
                   '-DOGS_BUILD_GUI=ON ' +
-                  '-DOGS_USE_CONAN=ON ' +
+                  '-DOGS_USE_CONAN=OFF ' +
                   '-DCMAKE_OSX_DEPLOYMENT_TARGET="10.15" ' +
                   '-DOGS_USE_NETCDF=ON '
               }
diff --git a/ProcessLib/ComponentTransport/Tests.cmake b/ProcessLib/ComponentTransport/Tests.cmake
index 8c363aa7d25408d40fd925db507b8908bf8d1e5f..0980555e9eb873f2e4005132c1bbc66608759ca6 100644
--- a/ProcessLib/ComponentTransport/Tests.cmake
+++ b/ProcessLib/ComponentTransport/Tests.cmake
@@ -197,7 +197,7 @@ AddTest(
     WRAPPER time
     TESTER vtkdiff
     REQUIREMENTS NOT OGS_USE_MPI
-    RUNTIME 900
+    RUNTIME 4
     DIFF_DATA
     box_ogsOutput_pcs_0_ts_0_t_0.000000_expected.vtu box_ogsOutput_pcs_0_ts_0_t_0.000000.vtu concentration concentration 5e-7 5e-10
     box_ogsOutput_pcs_0_ts_20_t_100000.000000_expected.vtu box_ogsOutput_pcs_0_ts_20_t_100000.000000.vtu concentration concentration 5e-7 5e-10
@@ -312,7 +312,7 @@ AddTest(
     WRAPPER time
     TESTER vtkdiff
     REQUIREMENTS NOT OGS_USE_MPI
-    RUNTIME 26
+    RUNTIME 1
     DIFF_DATA
     DiffusionAndAdvection_surfaceflux_pcs_0_ts_0_t_0.000000_expected.vtu OpenBoundaryBC_pcs_0_ts_0_t_0.000000.vtu Si Si 5e-6 5e-6
     DiffusionAndAdvection_surfaceflux_pcs_0_ts_1_t_0.020000_expected.vtu OpenBoundaryBC_pcs_0_ts_1_t_0.020000.vtu Si Si 5e-6 5e-6
@@ -343,7 +343,7 @@ AddTest(
     WRAPPER time
     TESTER vtkdiff
     REQUIREMENTS NOT OGS_USE_MPI
-    RUNTIME 26
+    RUNTIME 1
     DIFF_DATA
     DiffusionAndAdvection_surfaceflux_pcs_0_ts_0_t_0.000000_expected.vtu AdvectiveNonAdvectiveComparison_pcs_0_ts_0_t_0.000000.vtu Si Si 5e-6 5e-6
     DiffusionAndAdvection_surfaceflux_pcs_0_ts_1_t_0.020000_expected.vtu AdvectiveNonAdvectiveComparison_pcs_0_ts_1_t_0.020000.vtu Si Si 5e-6 5e-6
@@ -1119,7 +1119,7 @@ AddTest(
     1d_isofrac_pcs_3_ts_126_t_12600.000000_expected.vtu 1d_isofrac_flag_formula_ts_126_t_12600.000000.vtu H H 1e-10 1e-16
     1d_isofrac_pcs_3_ts_168_t_16800.000000_expected.vtu 1d_isofrac_flag_formula_ts_168_t_16800.000000.vtu H H 1e-10 1e-16
     1d_isofrac_pcs_3_ts_210_t_21000.000000_expected.vtu 1d_isofrac_flag_formula_ts_210_t_21000.000000.vtu H H 1e-10 1e-16
-    RUNTIME 85
+    RUNTIME 20
 )
 
 AddTest(
@@ -1197,6 +1197,7 @@ AddTest(
     KineticReactant2_2d_pcs_4_ts_12_t_1200.000000_expected.vtu KineticReactant2_2d_ts_12_t_1200.000000.vtu H H 1e-10 1e-16
     KineticReactant2_2d_pcs_4_ts_16_t_1600.000000_expected.vtu KineticReactant2_2d_ts_16_t_1600.000000.vtu H H 1e-10 1e-16
     KineticReactant2_2d_pcs_4_ts_20_t_2000.000000_expected.vtu KineticReactant2_2d_ts_20_t_2000.000000.vtu H H 1e-10 1e-16
+    RUNTIME 140
 )
 
 AddTest(
@@ -1220,5 +1221,5 @@ AddTest(
     Wetland_1d_pcs_11_ts_4_t_28800.000000_expected.vtu Wetland_1d_ts_4_t_28800.000000.vtu Sno Sno 1e-10 1e-16
     Wetland_1d_pcs_11_ts_4_t_28800.000000_expected.vtu Wetland_1d_ts_4_t_28800.000000.vtu Sso Sso 1e-10 1e-16
     Wetland_1d_pcs_11_ts_4_t_28800.000000_expected.vtu Wetland_1d_ts_4_t_28800.000000.vtu Sulphide Sulphide 1e-10 1e-16
-    RUNTIME 140
+    RUNTIME 24
 )
diff --git a/ProcessLib/RichardsMechanics/Tests.cmake b/ProcessLib/RichardsMechanics/Tests.cmake
index c0a43a12292d77f8e7be14ac58140e083e9c79df..0880f32929508435fcdf1fa4e72b6328db3860fe 100644
--- a/ProcessLib/RichardsMechanics/Tests.cmake
+++ b/ProcessLib/RichardsMechanics/Tests.cmake
@@ -8,10 +8,10 @@ if (NOT OGS_USE_MPI)
     OgsTest(PROJECTFILE RichardsMechanics/flow_fully_saturated_coordinate_system.prj)
     OgsTest(PROJECTFILE RichardsMechanics/RichardsFlow_2d_small.prj)
     OgsTest(PROJECTFILE RichardsMechanics/RichardsFlow_2d_small_masslumping.prj)
-    OgsTest(PROJECTFILE RichardsMechanics/RichardsFlow_2d_quasinewton.prj)
+    OgsTest(PROJECTFILE RichardsMechanics/RichardsFlow_2d_quasinewton.prj RUNTIME 80)
     OgsTest(PROJECTFILE RichardsMechanics/deformation_dependent_porosity.prj)
     OgsTest(PROJECTFILE RichardsMechanics/deformation_dependent_porosity_swelling.prj)
-    OgsTest(PROJECTFILE RichardsMechanics/orthotropic_power_law_permeability_xyz.prj)
+    OgsTest(PROJECTFILE RichardsMechanics/orthotropic_power_law_permeability_xyz.prj RUNTIME 80)
     OgsTest(PROJECTFILE RichardsMechanics/orthotropic_swelling_xyz.prj)
     OgsTest(PROJECTFILE RichardsMechanics/orthotropic_swelling_xy.prj)
     OgsTest(PROJECTFILE RichardsMechanics/bishops_effective_stress_power_law.prj)
diff --git a/ProcessLib/SmallDeformation/Tests.cmake b/ProcessLib/SmallDeformation/Tests.cmake
index cb94532e68d9c1b2cb8e951f218cfffa02d22e60..044b006646583613498af2a0b7905fe927e0db47 100644
--- a/ProcessLib/SmallDeformation/Tests.cmake
+++ b/ProcessLib/SmallDeformation/Tests.cmake
@@ -39,7 +39,7 @@ if (NOT OGS_USE_MPI)
     OgsTest(PROJECTFILE Mechanics/InitialStates/into_initial_state.prj)
     OgsTest(PROJECTFILE Mechanics/InitialStates/equilibrium_restart.prj)
     OgsTest(PROJECTFILE Mechanics/InitialStates/non_equilibrium_initial_state.prj)
-    OgsTest(PROJECTFILE Mechanics/MohrCoulombAbboSloan/slope.prj)
+    OgsTest(PROJECTFILE Mechanics/MohrCoulombAbboSloan/slope.prj RUNTIME 50)
     set_tests_properties(ogs-Mechanics/MohrCoulombAbboSloan/slope PROPERTIES WILL_FAIL true)
 endif()
 
diff --git a/ProcessLib/ThermoMechanicalPhaseField/Tests.cmake b/ProcessLib/ThermoMechanicalPhaseField/Tests.cmake
index 16b8e97555a940acb6908ad088047e06e8e676b7..bbdd045d3fc85c2e99f5daadea21fc5f7ba117a0 100644
--- a/ProcessLib/ThermoMechanicalPhaseField/Tests.cmake
+++ b/ProcessLib/ThermoMechanicalPhaseField/Tests.cmake
@@ -16,7 +16,7 @@ AddTest(
 AddTest(
     NAME ThermoMechanicalPhaseField_3D_beam
     PATH ThermoMechanicalPhaseField
-    RUNTIME 20
+    RUNTIME 5
     EXECUTABLE ogs
     EXECUTABLE_ARGS beam3d.prj
     WRAPPER time
diff --git a/ProcessLib/ThermoMechanics/Tests.cmake b/ProcessLib/ThermoMechanics/Tests.cmake
index af6efa001f8e5b7bc1a4174befb4fbd3aa2599de..835c7ddee41e650c8bf232dbcf8dbd9b200bea10 100644
--- a/ProcessLib/ThermoMechanics/Tests.cmake
+++ b/ProcessLib/ThermoMechanics/Tests.cmake
@@ -26,7 +26,7 @@ AddTest(
     WRAPPER time
     TESTER vtkdiff
     REQUIREMENTS NOT (OGS_USE_LIS OR OGS_USE_MPI)
-    RUNTIME 17
+    RUNTIME 1
     DIFF_DATA
     tm1_1Dbeam_pcs_0_ts_1_t_1.000000.vtu tm1_1Dbeam_pcs_0_ts_1_t_1.000000.vtu temperature temperature 1e-10 0.0
     tm1_1Dbeam_pcs_0_ts_1_t_1.000000.vtu tm1_1Dbeam_pcs_0_ts_1_t_1.000000.vtu displacement displacement 1e-11 0.0
diff --git a/ThirdParty/CMakeLists.txt b/ThirdParty/CMakeLists.txt
index 016efa661f5d6101daa4d514d16ea54a0ad7c368..65f1dba86e99170c2d36e1cb5de384d55a40ab9d 100644
--- a/ThirdParty/CMakeLists.txt
+++ b/ThirdParty/CMakeLists.txt
@@ -13,9 +13,6 @@ if (OGS_BUILD_PROCESS_ComponentTransport
     OR OGS_BUILD_PROCESS_RichardsComponentTransport)
     add_subdirectory(iphreeqc)
     list(APPEND DISABLE_WARNINGS_TARGETS iphreeqc)
-    target_include_directories(iphreeqc SYSTEM PUBLIC
-        ${CMAKE_CURRENT_SOURCE_DIR}/iphreeqc/src/src/phreeqcpp
-        ${CMAKE_CURRENT_SOURCE_DIR}/iphreeqc/src/src/phreeqcpp/common)
 endif()
 
 # MFrontGenericInterfaceSupport
diff --git a/ThirdParty/iphreeqc/CMakeLists.txt b/ThirdParty/iphreeqc/CMakeLists.txt
index 0c2dbfb4b8e2b95b8f8cd66438583e1c044e6d49..7b1e61d53c418f782adb66cac7581d17198a3c99 100644
--- a/ThirdParty/iphreeqc/CMakeLists.txt
+++ b/ThirdParty/iphreeqc/CMakeLists.txt
@@ -91,7 +91,7 @@ set(SOURCES
 SET_SOURCE_FILES_PROPERTIES(src/src/Var.c PROPERTIES LANGUAGE CXX)
 
 add_library(iphreeqc STATIC ${SOURCES})
-target_include_directories(iphreeqc
+target_include_directories(iphreeqc BEFORE
     PUBLIC
     ${CMAKE_CURRENT_SOURCE_DIR}/src/src/phreeqcpp/common
     ${CMAKE_CURRENT_SOURCE_DIR}/src/src/phreeqcpp/PhreeqcKeywords
@@ -99,7 +99,6 @@ target_include_directories(iphreeqc
     ${CMAKE_CURRENT_SOURCE_DIR}/src/src
     ${CMAKE_CURRENT_SOURCE_DIR}/src/src/phreeqcpp
 )
-set_target_properties(iphreeqc PROPERTIES CXX_STANDARD 14)
 # Exclude iphreeqc target from clang-tidy tests because it handles the above
 # mentioned 'src/src/Var.c' file as c, not c++.
 set_target_properties(iphreeqc PROPERTIES CXX_CLANG_TIDY "")
diff --git a/scripts/cmake/ConanSetup.cmake b/scripts/cmake/ConanSetup.cmake
index 95571e1837017e9cbfe3a5125b9583d517c29671..029d78430b682e80bc52089c169b25d968821be3 100644
--- a/scripts/cmake/ConanSetup.cmake
+++ b/scripts/cmake/ConanSetup.cmake
@@ -68,7 +68,7 @@ if(OGS_BUILD_GUI)
         zlib/1.2.11
     )
     if(UNIX)
-        set(CONAN_REQUIRES ${CONAN_REQUIRES} qt/${ogs.tested_version.qt.linux}@bincrafters/testing)
+        set(CONAN_REQUIRES ${CONAN_REQUIRES} qt/${ogs.tested_version.qt.linux}@bincrafters/stable)
     else()
         set(CONAN_REQUIRES ${CONAN_REQUIRES} qt/${ogs.tested_version.qt.win}@bincrafters/stable)
     endif()
diff --git a/web/data/versions.json b/web/data/versions.json
index 15bba2aaeb69dd65ffcdfce42122b5e5bd9eda53..79563e9cbe903f83655247d00b07d5e0aeb17607 100644
--- a/web/data/versions.json
+++ b/web/data/versions.json
@@ -20,7 +20,7 @@
   "tested_version": {
     "vtk": "8.2.0",
     "qt": {
-      "linux": "5.14.2",
+      "linux": "5.14.1",
       "win": "5.13.2"
     }
   }