Skip to content

Commit

Permalink
test-storybookのtimeoutを更に倍に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Aug 21, 2024
1 parent 124d79f commit c157041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"scripts": {
"test:unit": "vitest --run",
"test-watch:unit": "vitest --watch",
"test:storybook": "test-storybook --testTimeout=30000",
"test-watch:storybook": "test-storybook --watch --testTimeout=30000",
"test:storybook": "test-storybook --testTimeout=60000",
"test-watch:storybook": "test-storybook --watch --testTimeout=60000",
"test:electron-e2e": "cross-env VITE_TARGET=electron playwright test",
"test-watch:electron-e2e": "cross-env PWTEST_WATCH=1 VITE_TARGET=electron playwright test",
"test:browser-e2e": "cross-env VITE_TARGET=browser playwright test",
Expand Down

0 comments on commit c157041

Please sign in to comment.