Skip to content

Commit 1840b6a

Browse files
committed
FIX teimout
1 parent 20218bc commit 1840b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/performance.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ describe('performance.test.ts', () => {
2323
);
2424
});
2525
it('run the performance test', async function () {
26-
this.timeout(120 * 1000);
26+
this.timeout(200 * 1000);
2727
const runs = config.isFastMode() ? 1 : 40;
2828
const perfStorage = config.storage.getPerformanceStorage();
2929

3030
const totalTimes: { [k: string]: number[]; } = {};
3131

3232
const collectionsAmount = 4;
33-
const docsAmount = 800;
33+
const docsAmount = 1200;
3434
const parallelQueryAmount = 4;
3535
const insertBatches = docsAmount / 200;
3636

0 commit comments

Comments
 (0)