diff --git a/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py b/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py
index afa082e99178d492dd5fa1a4e1202eb369e43aea..884e16c08f6ccf953748cbb65ba771592a13cb84 100755
--- a/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py
+++ b/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py
@@ -66,7 +66,7 @@ resolutions = {
                 # 4: 1e-6,
                 # 8: 1e-5,
                 # 16: 5e-6,
-                32: 2e-5,
+                32: 5e-5,
                 # 64: 2e-6,
                 # 128: 1e-6,
                 # 256: 1e-6,
@@ -78,15 +78,15 @@ resolutions = {
 # that this initial timestep should be counted as.
 # Format:
 # timestep_num: initial_time
-# starttimes = {0: 0.0}
-starttimes = {
-    0: 0.0,
-    1: 0.3,
-    2: 0.6,
-    3: 0.9,
-    }
+starttimes = {0: 0.0}
+# starttimes = {
+#     0: 0.0,
+#     1: 0.3,
+#     2: 0.6,
+#     3: 0.9,
+#     }
 timestep_size = 0.001
-number_of_timesteps = 1
+number_of_timesteps = 10
 
 # LDD scheme parameters  ######################################################
 Lw1 = 0.025  # /timestep_size
@@ -116,7 +116,7 @@ analyse_condition = False
 plot_timestep_every = 1
 # Decide how many timesteps you want analysed. Analysed means, that
 # subsequent errors of the L-iteration within the timestep are written out.
-number_of_timesteps_to_analyse = 1
+number_of_timesteps_to_analyse = 2
 
 # fine grained control over data to be written to disk in the mesh study case
 # as well as for a regular simuation for a fixed grid.