Skip to content

Commit

Permalink
Attempt: Raise webServer timeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Oct 2, 2024
1 parent 6f54128 commit c774099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { devices } from '@playwright/test';

const config: PlaywrightTestConfig = {
webServer: {
timeout: 2 * 60 * 1000,
command: process.env.COMPOSE_TEST
? 'echo "The docker compose frontend server didn\'t start correctly"'
: 'npm install -g pnpm && pnpm install && pnpm run build && pnpm run preview',
Expand Down

0 comments on commit c774099

Please sign in to comment.