chore(nx-dev): increase timeout for nx-dev-e2e (#27872)

Increase timeout for nx-dev-e2e tasks
This commit is contained in:
Isaac Mann 2024-09-11 15:32:52 -04:00 committed by GitHub
parent 7da48d022c
commit 43eaa5a348
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: [
{