Skip to content

Commit

Permalink
docs: fix teardownTimeout default JSDOC value (#3840)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Jul 29, 2023
1 parent 1cd4eb0 commit 103ad7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/types/config.ts
Expand Up @@ -333,7 +333,7 @@ export interface InlineConfig {
/**
* Default timeout to wait for close when Vitest shuts down, in milliseconds
*
* @default 1000
* @default 10000
*/
teardownTimeout?: number

Expand Down

0 comments on commit 103ad7c

Please sign in to comment.