Skip to content

Commit

Permalink
chore(ci): try timeout increase
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel committed Mar 10, 2024
1 parent 928aa4a commit 3a40880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { defineConfig, devices } from '@playwright/test';
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
timeout: 60000,
timeout: 120000,
testDir: './playwright',
/* Run tests in files in parallel */
fullyParallel: true,
Expand Down

0 comments on commit 3a40880

Please sign in to comment.