diff --git a/src/__tests__/providerCatalog.spec.ts b/src/__tests__/providerCatalog.spec.ts index ba72ef5c..6754a9cf 100644 --- a/src/__tests__/providerCatalog.spec.ts +++ b/src/__tests__/providerCatalog.spec.ts @@ -167,6 +167,8 @@ describe("GET /:provider", () => { describe(`given the provider has a collection`, () => { it("has a child link for that collection without query parameters", async function () { + this.timeout(5000); + sandbox .stub(Provider, "getProviders") .resolves([null, [{ "provider-id": "TEST", "short-name": "TEST" }]]);