Skip to content

Commit e44af7e

Browse files
committed
fix: bump e2e test timeout to 60s
1 parent 48834b6 commit e44af7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-server-supabase/vitest.workspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default defineWorkspace([
3131
name: 'e2e',
3232
include: ['test/**/*.e2e.ts'],
3333
setupFiles: ['./vitest.setup.ts'],
34-
testTimeout: 30_000,
34+
testTimeout: 60_000,
3535
},
3636
},
3737
]);

0 commit comments

Comments
 (0)