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
1 changed files with 0 additions and 1 deletions

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()