diff options
| author | Hank <hank@mullvad.net> | 2022-09-12 12:59:53 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-09-20 11:33:54 +0200 |
| commit | ee9f23a929344debdf556ddb968c2911caa137a8 (patch) | |
| tree | d548e09aa153a45261bdf75c0e8c10422fa5fd61 /gui | |
| parent | 8e655110a20a41cda8ae18b380e6c940f5d0bb4d (diff) | |
| download | mullvadvpn-ee9f23a929344debdf556ddb968c2911caa137a8.tar.xz mullvadvpn-ee9f23a929344debdf556ddb968c2911caa137a8.zip | |
Use longer timeout for Playwright
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/playwright.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/playwright.config.ts b/gui/playwright.config.ts index 9cb07e300c..013f34b202 100644 --- a/gui/playwright.config.ts +++ b/gui/playwright.config.ts @@ -2,6 +2,7 @@ import { PlaywrightTestConfig } from '@playwright/test'; const config: PlaywrightTestConfig = { testDir: './e2e', maxFailures: 2, + timeout: 60000, expect: { toMatchSnapshot: { threshold: 0.1, |
