chore: sets maxRetries
This commit is contained in:
@@ -25,4 +25,5 @@ export default defineConfig({
|
|||||||
timeout: EXPECT_TIMEOUT,
|
timeout: EXPECT_TIMEOUT,
|
||||||
},
|
},
|
||||||
workers: 16,
|
workers: 16,
|
||||||
|
maxFailures: 1,
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
],
|
],
|
||||||
"paths": {
|
"paths": {
|
||||||
"@payload-config": [
|
"@payload-config": [
|
||||||
"./test/_community/config.ts"
|
"./test/fields/config.ts"
|
||||||
],
|
],
|
||||||
"@payloadcms/live-preview": [
|
"@payloadcms/live-preview": [
|
||||||
"./packages/live-preview/src"
|
"./packages/live-preview/src"
|
||||||
@@ -161,4 +161,4 @@
|
|||||||
".next/types/**/*.ts",
|
".next/types/**/*.ts",
|
||||||
"scripts/**/*.ts"
|
"scripts/**/*.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user