diff --git a/src/tests/ecoc22/.gitlab-ci.yml b/src/tests/ecoc22/.gitlab-ci.yml
index 7e238dda287361fc5da0d4c50ae9b66f49ae6a9a..13b9c1e51cc54fabdabaab015382ba7843e3439c 100644
--- a/src/tests/ecoc22/.gitlab-ci.yml
+++ b/src/tests/ecoc22/.gitlab-ci.yml
@@ -37,6 +37,7 @@ build ecoc22:
 
 # Deploy TeraFlowSDN and Execute end-2-end test
 end2end_test ecoc22:
+  timeout: 20m
   variables:
     TEST_NAME: 'ecoc22'
   stage: end2end_test
diff --git a/src/tests/eucnc24/.gitlab-ci.yml b/src/tests/eucnc24/.gitlab-ci.yml
index 146310b6282f57d0203283c53b1456b27a89652c..7af69f4b8ac7df4866e381d6f4a2fb545eff15df 100644
--- a/src/tests/eucnc24/.gitlab-ci.yml
+++ b/src/tests/eucnc24/.gitlab-ci.yml
@@ -37,6 +37,7 @@ build eucnc24:
 
 # Deploy TeraFlowSDN and Execute end-2-end test
 end2end_test eucnc24:
+  timeout: 90m
   variables:
     TEST_NAME: 'eucnc24'
   stage: end2end_test
diff --git a/src/tests/ofc22/.gitlab-ci.yml b/src/tests/ofc22/.gitlab-ci.yml
index 6ba746bb0016c78ed990ec5eefeade6055ffff7b..ab0938245dd6dd98779801c3425cf42afb707c9d 100644
--- a/src/tests/ofc22/.gitlab-ci.yml
+++ b/src/tests/ofc22/.gitlab-ci.yml
@@ -37,6 +37,7 @@ build ofc22:
 
 # Deploy TeraFlowSDN and Execute end-2-end test
 end2end_test ofc22:
+  timeout: 20m
   variables:
     TEST_NAME: 'ofc22'
   stage: end2end_test
diff --git a/src/tests/ofc24/.gitlab-ci.yml b/src/tests/ofc24/.gitlab-ci.yml
index 412f4ed5e21cb6e01250723a1edf8c345d5be3ff..ff6c641fa17caf76dfac038bbf83d62ffe23a401 100644
--- a/src/tests/ofc24/.gitlab-ci.yml
+++ b/src/tests/ofc24/.gitlab-ci.yml
@@ -37,6 +37,7 @@ build ofc24:
 
 # Deploy TeraFlowSDN and Execute end-2-end test
 end2end_test ofc24:
+  timeout: 90m
   variables:
     TEST_NAME: 'ofc24'
   stage: end2end_test
diff --git a/src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml b/src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml
index 2fc933827f0a7b8b9815ecc9c717140a68fd8e43..1e9fe22037f02ed166d7b03119b9cbca28c80644 100644
--- a/src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml
+++ b/src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml
@@ -14,6 +14,7 @@
 
 # Deploy TeraFlowSDN and Execute end-2-end test
 end2end_test ofc25_camara_agg_net:
+  timeout: 40m
   variables:
     TEST_NAME: 'ofc25-camara-agg-net-controller'
     IP_NAME: 'ip'
diff --git a/src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml b/src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml
index 22f6e38e03b5cf3c13506b0faf36733978ed95f1..eba1d203ce0fcf84195d68a7cc8b34596e4665b8 100644
--- a/src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml
+++ b/src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml
@@ -14,6 +14,7 @@
 
 # Deploy TeraFlowSDN and Execute end-2-end test
 end2end_test ofc25_camara_e2e:
+  timeout: 40m
   variables:
     TEST_NAME: 'ofc25-camara-e2e-controller'
     NCE_NAME: 'nce'
diff --git a/src/tests/ofc25/.gitlab-ci.yml b/src/tests/ofc25/.gitlab-ci.yml
index 52ea2e3a45fc15bf5655c92683db3c21e1563ec4..b24f59927a1e9986a02e55315a2ff41adbf0497e 100644
--- a/src/tests/ofc25/.gitlab-ci.yml
+++ b/src/tests/ofc25/.gitlab-ci.yml
@@ -37,6 +37,7 @@ build ofc25:
 
 # Deploy TeraFlowSDN and Execute end-2-end test
 end2end_test ofc25:
+  timeout: 90m
   variables:
     TEST_NAME: 'ofc25'
   stage: end2end_test