Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit df33748

Browse files
shilgamIlgam Shakirov
andauthored
Playwright | bump timeout (opendatadiscovery#1226)
Co-authored-by: Ilgam Shakirov <ishakirov@provectus.com>
1 parent dfc8de7 commit df33748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { devices } from '@playwright/test';
1313
const config: PlaywrightTestConfig = {
1414
testDir: '../tests/dist',
1515
/* Maximum time one test can run for. */
16-
timeout: 30 * 1000,
16+
timeout: 60 * 1000,
1717
expect: {
1818
/**
1919
* Maximum time expect() should wait for the condition to be met.

0 commit comments

Comments
 (0)