Skip to content

Commit

Permalink
Remove timeout setting from ava config
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Jul 25, 2024
1 parent e4540ce commit cbf8a0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ava.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const getTsimpArgs = () =>
: ["--import", "tsimp"]

export default {
timeout: "5m",
failFast: true,
workerThreads: isOlderThanTwentyDotSix() === false,
require: "global-jsdom/register",
Expand Down

0 comments on commit cbf8a0b

Please sign in to comment.