chore(nx-dev): increase timeout for nx-dev-e2e (#27872)
Increase timeout for nx-dev-e2e tasks
This commit is contained in:
parent
7da48d022c
commit
43eaa5a348
@ -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: [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user