Skip to content

Commit

Permalink
Unreasonably extend test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Jan 13, 2024
1 parent 9bdc32e commit a69fb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/timeout.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/** Certain tests time out on Windows with the default 5 seconds that Vitest gives. */
export const TIMEOUT = 10 * 1000;
export const TIMEOUT = 15 * 1000;

0 comments on commit a69fb8c

Please sign in to comment.