From 142db8c0fb543c154db30a5fe95b1f4abfd5a2fe Mon Sep 17 00:00:00 2001 From: Andreas Zerbst <73799582+andr317c@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:10:46 +0200 Subject: [PATCH] V15 QA Enabled Nightly E2E Pipeline to run on V15 (#17103) * Uncommented * Added timeout --- build/nightly-E2E-test-pipelines.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build/nightly-E2E-test-pipelines.yml b/build/nightly-E2E-test-pipelines.yml index b1dfe9261c..ce67b778e3 100644 --- a/build/nightly-E2E-test-pipelines.yml +++ b/build/nightly-E2E-test-pipelines.yml @@ -9,8 +9,7 @@ schedules: branches: include: - v14/dev - ## Uncomment after merged to v15/dev - ## - v15/dev + - v15/dev variables: nodeVersion: 20 @@ -109,7 +108,7 @@ stages: # E2E Tests - job: displayName: E2E Tests (SQLite) - timeoutInMinutes: 120 + timeoutInMinutes: 180 variables: # Connection string CONNECTIONSTRINGS__UMBRACODBDSN: Data Source=Umbraco;Mode=Memory;Cache=Shared;Foreign Keys=True;Pooling=True @@ -244,7 +243,7 @@ stages: - job: displayName: E2E Tests (SQL Server) condition: and(succeeded(), ${{ eq(parameters.runSqlServerE2ETests, true) }}) - timeoutInMinutes: 120 + timeoutInMinutes: 180 variables: # Connection string CONNECTIONSTRINGS__UMBRACODBDSN: Data Source=(localdb)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\Umbraco.mdf;Integrated Security=True