Extend global timeout for deploy-cicd-and-run-tests.groovy

Deploying released MCP and running updating to the
proposed versions are taking more than 15 hours

Change-Id: I341fbead7f5625d61a70477e4b81a696ceb14831
Related-Prod: #PROD-35630
diff --git a/jobs/pipelines/deploy-cicd-and-run-tests.groovy b/jobs/pipelines/deploy-cicd-and-run-tests.groovy
index c4678a2..7262caa 100644
--- a/jobs/pipelines/deploy-cicd-and-run-tests.groovy
+++ b/jobs/pipelines/deploy-cicd-and-run-tests.groovy
@@ -120,7 +120,7 @@
 }
 
 
-timeout(time: 15, unit: 'HOURS') {
+timeout(time: 23, unit: 'HOURS') {
 // main
 // Temporary disable throttle to check how it will run
 //throttle(['fuel_devops_environment']) {