Skip to content

Commit

Permalink
misc: increase test timeout as speculative fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpixels committed Sep 29, 2023
1 parent 5c50d41 commit 8afd254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc && vite build",
"lint": "eslint . --fix --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest run --coverage",
"test": "vitest run --coverage --test-timeout=10000",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"format": "prettier . --write"
Expand Down

0 comments on commit 8afd254

Please sign in to comment.