Skip to content

Commit b00e429

Browse files
committed
Revert temporary playwright timeout increase
1 parent d9a283b commit b00e429

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

eslint.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ export default defineConfig([
3737
allowDefaultProject: [
3838
'vite.config.mts',
3939
'vite.electron.config.mts',
40-
'vite.types.config.mts',
41-
'playwright.config.ts',
42-
'playwright.i18n.config.ts'
40+
'vite.types.config.mts'
4341
]
4442
},
4543
tsConfigRootDir: import.meta.dirname,

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineConfig({
3030
{
3131
name: 'chromium',
3232
use: { ...devices['Desktop Chrome'] },
33-
timeout: 25000,
33+
timeout: 15000,
3434
grepInvert: /@mobile/ // Run all tests except those tagged with @mobile
3535
},
3636

0 commit comments

Comments
 (0)