Skip to content

Commit

Permalink
chore(nx-dev): increase timeout for nx-dev-e2e (#27872)
Browse files Browse the repository at this point in the history
Increase timeout for nx-dev-e2e tasks
  • Loading branch information
isaacplmann committed Sep 11, 2024
1 parent 7da48d0 commit 43eaa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev-e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down

0 comments on commit 43eaa5a

Please sign in to comment.