Merge pull request #1250 from nxglabs/sync-to-public_repo-17512737859

Merge pull request
This commit is contained in:
prafull-opensignlabs
2025-09-08 04:57:25 +00:00
parent 85bc2fbbb0
commit b01d8125d9
176 changed files with 16765 additions and 27633 deletions
+6 -3
View File
@@ -1,7 +1,10 @@
import { startParseServer, stopParseServer, dropDB } from './utils/test-runner.js';
beforeAll(async () => {
await startParseServer();
}, 100 * 60 * 2);
beforeAll(
async () => {
await startParseServer();
},
100 * 60 * 2
);
afterAll(async () => {
await dropDB();