Skip to content

Commit 60554d7

Browse files
authored
chore(deps): update lockfile (#74)
* chore(deps): update lockfile * fix: increase test timeout for integration tests from 90s to 120s
1 parent 9b69196 commit 60554d7

File tree

2 files changed

+31
-164
lines changed

2 files changed

+31
-164
lines changed

packages/vite-plugin-react-router-amplify-hosting/vitest.config.integration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineProject({
55
test: {
66
name: `${pkg.name}-integration`,
77
include: ["integration/**/*.test.ts"],
8-
testTimeout: 90_000,
8+
testTimeout: 120_000,
99
exclude: [
1010
"**/node_modules/**",
1111
"**/dist/**",

0 commit comments

Comments
 (0)