From 43eaa5a348e519435db36dbb2256bfd9107da94f Mon Sep 17 00:00:00 2001 From: Isaac Mann Date: Wed, 11 Sep 2024 15:32:52 -0400 Subject: [PATCH] chore(nx-dev): increase timeout for nx-dev-e2e (#27872) Increase timeout for nx-dev-e2e tasks --- nx-dev/nx-dev-e2e/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-dev/nx-dev-e2e/playwright.config.ts b/nx-dev/nx-dev-e2e/playwright.config.ts index 1611982e22cab..c6f794b995069 100644 --- a/nx-dev/nx-dev-e2e/playwright.config.ts +++ b/nx-dev/nx-dev-e2e/playwright.config.ts @@ -56,7 +56,7 @@ export default defineConfig({ command: 'pnpm exec nx run nx-dev:start', url: 'http://localhost:4200', reuseExistingServer: !process.env.CI, - timeout: 120_000, + timeout: 180_000, }, projects: [ {