From ee7221c986404c67e17f06985d8222744919ed47 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 8 Apr 2024 11:04:55 -0400 Subject: [PATCH] chore: sets maxRetries --- test/playwright.config.ts | 1 + tsconfig.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/playwright.config.ts b/test/playwright.config.ts index 09500f6eb9..586dc24577 100644 --- a/test/playwright.config.ts +++ b/test/playwright.config.ts @@ -25,4 +25,5 @@ export default defineConfig({ timeout: EXPECT_TIMEOUT, }, workers: 16, + maxFailures: 1, }) diff --git a/tsconfig.json b/tsconfig.json index 5148312920..f076b0be8f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -37,7 +37,7 @@ ], "paths": { "@payload-config": [ - "./test/_community/config.ts" + "./test/fields/config.ts" ], "@payloadcms/live-preview": [ "./packages/live-preview/src" @@ -161,4 +161,4 @@ ".next/types/**/*.ts", "scripts/**/*.ts" ] -} +} \ No newline at end of file