Reduce the workers to something CI can handle

This commit is contained in:
49lf
2024-12-12 11:43:13 -05:00
parent 50aa21782c
commit 8122da7898

View File

@ -13,7 +13,7 @@ export default defineConfig({
/* Do not retry */
retries: 0,
/* Different amount of parallelism on CI and local. */
workers: 30,
workers: 16,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: [
['dot'],