1
0
Fork 0
mirror of synced 2024-08-15 18:11:40 +12:00

Remove shorter timeout on MongoDB tests.

This commit is contained in:
Sam Rose 2024-02-05 11:45:50 +00:00
parent 7cceb04ca2
commit bb1c5c93d2
No known key found for this signature in database

View file

@ -4,7 +4,6 @@ import { databaseTestProviders } from "../../../../integrations/tests/utils"
import { MongoClient } from "mongodb"
jest.unmock("mongodb")
jest.setTimeout(3000)
describe("/queries", () => {
let request = setup.getRequest()