From 145728996983400ee3c407d438832c600160cf89 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 6 Mar 2025 11:34:43 +0100 Subject: [PATCH] feat: refs #6695 update Cypress parallel test execution to use 3 instances --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dc5acc84e..bb608c93a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -123,7 +123,7 @@ pipeline { sh "docker-compose ${env.COMPOSE_PARAMS} up -d" image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ") { - sh 'sh test/cypress/cypressParallel.sh 2' + sh 'sh test/cypress/cypressParallel.sh 3' } } }