Skip to content

Commit 81a5eff

Browse files
authored
build: Fix firefox vitest tests timeout (#5113)
## Description Based on comments here vitest-dev/vitest#7377 ## Steps for reproduction 1. click button 2. expect xyz ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [ ] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [ ] tested locally and on preview environment (preview dev login: 0000) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env` file
1 parent b0e7bfd commit 81a5eff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sdk-components-animation/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export default defineConfig({
3939
headless: true,
4040
screenshotFailures: false,
4141
instances: [{ browser: "chromium" }, { browser: "firefox" }],
42+
fileParallelism: false,
4243
},
4344
},
4445
},

0 commit comments

Comments
 (0)