diff --git a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py
index 7d84f43e98280b75195c12a0e4a75575eaf1364a..cff3752c6159ca260ba48fcc9331767828c9ee9b 100755
--- a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py
+++ b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py
@@ -57,7 +57,7 @@ resolutions = {
 #  for each element t_0 in starttimes.
 starttimes = {0: 0.0}
 timestep_size = 0.001
-number_of_timesteps = 5
+number_of_timesteps = 1000
 
 # LDD scheme parameters  ######################################################
 Lw1 = 0.025 #/timestep_size
@@ -70,14 +70,14 @@ lambda_w = 4
 lambda_nw = 4
 
 include_gravity = False
-debugflag = True
+debugflag = False
 analyse_condition = False
 
 # I/O CONFIG  #################################################################
 # when number_of_timesteps is high, it might take a long time to write all
 # timesteps to disk. Therefore, you can choose to only write data of every
 # plot_timestep_every timestep to disk.
-plot_timestep_every = 1
+plot_timestep_every = 4
 # 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 = 5