Skip to content

Commit 30701db

Browse files
committed
全体のテストタイムアウトを延ばす
1 parent 0a234ca commit 30701db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/sauthbase-js/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { defineConfig } from "vitest/config";
33
export default defineConfig({
44
test: {
55
passWithNoTests: true,
6+
testTimeout: 10000,
67
coverage: {
78
reporter: ["text", "lcov", "html"], // ← lcov が重要
89
include: ["src"], // <- 対象ファイル

0 commit comments

Comments
 (0)