summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gui/test/e2e/installed/playwright.config.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/test/e2e/installed/playwright.config.ts b/gui/test/e2e/installed/playwright.config.ts
index 209838beb1..9c1fa7fb87 100644
--- a/gui/test/e2e/installed/playwright.config.ts
+++ b/gui/test/e2e/installed/playwright.config.ts
@@ -4,6 +4,8 @@ export default defineConfig({
testDir: process.cwd(),
timeout: 60_000,
workers: 1,
+ reportSlowTests: null,
+ maxFailures: 1,
expect: {
timeout: 30_000,
},