diff --git a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study-all-params-one-but-g.py b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study-all-params-one-but-g.py
index f1d907335e882ad4a7402ed5daff17dddde05b93..20e49f35e0eda19cdb8b27b211837541641f5764 100755
--- a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study-all-params-one-but-g.py
+++ b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study-all-params-one-but-g.py
@@ -36,20 +36,20 @@ thisfile = "TP-R-2-patch-mesh-study-all-params-one-but-g.py"
 
 # GENERAL SOLVER CONFIG  ######################################################
 # maximal iteration per timestep
-max_iter_num = 500
+max_iter_num = 300
 FEM_Lagrange_degree = 1
 
 # GRID AND MESH STUDY SPECIFICATIONS  #########################################
 mesh_study = True
 resolutions = {
-                1: 1e-5,
-                2: 1e-5,
-                4: 1e-5,
-                8: 1e-5,
-                16: 1e-5,
-                32: 1e-5,
-                64: 1e-5,
-                128: 1e-5,
+                # 1: 1e-5,
+                # 2: 1e-5,
+                # 4: 1e-5,
+                # 8: 1e-5,
+                # 16: 1e-5,
+                # 32: 1e-5,
+                64: 2e-6,
+                128: 2e-6,
                 # 256: 1e-6,
                 }