diff --git a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-different-intrinsic-perm.py b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-different-intrinsic-perm.py
index 2f2ba6333824bc34d9cda2b518434532adb8e228..d8b88deeba28fc78e48328d6efe45cd1c482125e 100755
--- a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-different-intrinsic-perm.py
+++ b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-different-intrinsic-perm.py
@@ -47,7 +47,7 @@ resolutions = {
                 # 4: 1e-6,
                 # 8: 1e-6,
                 # 16: 5e-6,
-                32: 3e-6,
+                32: 1e-5,
                 # 64: 2e-6,
                 # 128: 1e-6,
                 # 256: 1e-6,
@@ -58,20 +58,19 @@ resolutions = {
 #  for each element t_0 in starttimes.
 starttimes = [0.0]
 timestep_size = 0.001
-number_of_timesteps = 1000
+number_of_timesteps = 5
 
 # LDD scheme parameters  ######################################################
-Lw1 = 0.25 #/timestep_size
-Lnw1= 0.25
+Lw1 = 0.5 #/timestep_size
+Lnw1= 0.1
 
-Lw2 = 0.25 #/timestep_size
-Lnw2= 0.25
+Lw2 = 0.5 #/timestep_size
+Lnw2= 0.1
 
-lambda_w = 4
-lambda_nw = 4
-
-include_gravity = False
-debugflag = False
+lambda_w = 40
+lambda_nw = 40
+include_gravity = True
+debugflag = True
 analyse_condition = False
 
 # I/O CONFIG  #################################################################
@@ -243,8 +242,8 @@ lambda_param = {#
 }
 
 intrinsic_permeability = {
-    1: 0.1,
-    2: 0.01,
+    1: 0.01,
+    2: 0.001,
 }