Skip to content

Commit

Permalink
test: bump timeout (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Feb 28, 2025
1 parent 9b2fb97 commit 6c8b30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default defineConfig({
singleFork: true,
},
},
testTimeout: 180_000,
testTimeout: 200_000,
},
});

0 comments on commit 6c8b30e

Please sign in to comment.