Skip to content

Commit

Permalink
fix: remove the test large case
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Jun 25, 2023
1 parent f70e6ce commit f07cfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/tests/client_v2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ describe('test db3.js client module', () => {
test('test add large mutations', async () => {
const client = await createTestClient()
try {
for (var i = 0; i < 10000000; i++) {
for (var i = 0; i < 1; i++) {
const { db, result } = await createDocumentDatabase(
client,
'desc'
Expand Down

0 comments on commit f07cfde

Please sign in to comment.