chore: unflake auth e2e tests

This commit is contained in:
Alessio Gravili
2024-03-20 23:28:56 -04:00
parent d511e80b01
commit 5f572dbd04
5 changed files with 46 additions and 23 deletions

View File

@@ -4,14 +4,14 @@ export default defineConfig({
// Look for test files in the "test" directory, relative to this configuration file
testDir: '',
testMatch: '*e2e.spec.ts',
timeout: 180000, // 3 minutes
timeout: 240000, // 4 minutes
use: {
screenshot: 'only-on-failure',
trace: 'retain-on-failure',
video: 'retain-on-failure',
},
expect: {
timeout: 45000,
timeout: 60000,
},
workers: 16,
})