fix: use retries in e2e tests and increase timeouts

This commit is contained in:
Stavros
2026-09-01 16:04:04 +03:00
parent b01f49cc44
commit 1112d84667
+5 -1
View File
@@ -4,9 +4,13 @@ export default defineConfig({
testDir: './specs',
fullyParallel: true,
forbidOnly: false,
retries: 0,
retries: 3,
workers: 4,
reporter: 'html',
timeout: 60_000,
expect: {
timeout: 10_000,
},
use: {
trace: 'on-first-retry',
video: 'on',