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 6807b4182114b57ab7510b2e76aed520fc91d4ad..dd36cda1418e985dba9f0c93f28f5831e5aa82dd 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
@@ -38,9 +38,9 @@ resolutions = {
 
 ############ GRID #######################
 # mesh_resolution = 20
-timestep_size = 0.0005
-number_of_timesteps = 2600
-plot_timestep_every = 10
+timestep_size = 0.0001
+number_of_timesteps = 12500
+plot_timestep_every = 50
 # decide how many timesteps you want analysed. Analysed means, that we write out
 # subsequent errors of the L-iteration within the timestep.
 number_of_timesteps_to_analyse = 1
@@ -49,8 +49,8 @@ starttime = 0.0
 Lw = 0.05 #/timestep_size
 Lnw=Lw
 
-lambda_w = 400
-lambda_nw = 400
+lambda_w = 40
+lambda_nw = 40
 
 include_gravity = True
 debugflag = False