We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
slowTestThreshold
1 parent 7a52162 commit 3430fb9Copy full SHA for 3430fb9
1 file changed
vite.config.ts
@@ -105,6 +105,7 @@ export default defineConfig(({ command, isPreview }) => ({
105
sequence: {
106
shuffle: true
107
},
108
+ slowTestThreshold: 1000,
109
projects: [
110
{
111
extends: true,
0 commit comments