Retry e2e tests one before failing

This commit is contained in:
Jack Kingsman
2026-03-19 21:57:03 -07:00
parent 5213c8c84c
commit d4f518df0c

View File

@@ -12,8 +12,8 @@ export default defineConfig({
timeout: 60_000,
expect: { timeout: 15_000 },
// Don't retry — failures likely indicate real hardware/app issues
retries: 0,
// Give hardware-backed flows one automatic retry before marking the test failed.
retries: 1,
// Run tests serially — single radio means no parallelism
fullyParallel: false,