-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Describe the bug
From documentation :
threshold in milliseconds for a test to be considered slow
In practice, if a suite takes longer than slowtestthreshold, the suite is considered slow.
I expect a test to be considered slow, but not a suite based on the sum of its tests execution time.
Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-rqmwvp?file=test%2Fbasic.test.ts
The threshold has been set to 100.
System Info
Stackblitz, `vitest@latest`Used Package Manager
pnpm
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
Has plan