diff --git a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-pure-dd-avoid-interface-at-origin/TP-TP-2-patch-pure-dd-horizontal-interface-avoiding-origin.py b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-pure-dd-avoid-interface-at-origin/TP-TP-2-patch-pure-dd-horizontal-interface-avoiding-origin.py
index 25ce74e7e80180f6794eac61e56ac71d7aba9bc2..6c53b0457474b4c9214fcf56316ccc38ff37549d 100755
--- a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-pure-dd-avoid-interface-at-origin/TP-TP-2-patch-pure-dd-horizontal-interface-avoiding-origin.py
+++ b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-pure-dd-avoid-interface-at-origin/TP-TP-2-patch-pure-dd-horizontal-interface-avoiding-origin.py
@@ -30,7 +30,7 @@ resolutions = {
                 # 4: 1e-6,  # h=0.5590
                 # 8: 1e-6,  # h=0.2814
                 # 16: 5e-7, # h=0.1412
-                32: 1e-6,
+                32: 2e-6,
                 # 64: 5e-7,
                 # 128: 5e-7
                 }
@@ -39,7 +39,7 @@ resolutions = {
 ############ GRID #######################
 # mesh_resolution = 20
 timestep_size = 0.0005
-number_of_timesteps = 10
+number_of_timesteps = 2600
 plot_timestep_every = 1
 # decide how many timesteps you want analysed. Analysed means, that we write out
 # subsequent errors of the L-iteration within the timestep.