Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimCSAE committed Dec 4, 2024
1 parent 88fe24e commit 3a0d4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
snapshotPathTemplate: './tests/screenshots{/projectName}/{testFilePath}/{arg}{ext}',
outputDir: './tests/test-results',
reporter: [[process.env.CI ? 'blob' : 'html', { outputFolder: './tests/playwright-report' }]],
timeout: 720 * 1000,
timeout: 120_000,
use: {
baseURL: 'http://localhost:3000',
trace: 'on-first-retry',
Expand Down Expand Up @@ -39,6 +39,6 @@ export default defineConfig({
command: 'yarn test:e2e:serve',
url: 'http://localhost:3000',
reuseExistingServer: !process.env.CI,
timeout: 240 * 1000,
timeout: 120_000,
},
});

0 comments on commit 3a0d4c1

Please sign in to comment.