Skip to content

Commit

Permalink
CMR-10147: Adding timeout back to test as it fails in github
Browse files Browse the repository at this point in the history
  • Loading branch information
william-valencia committed Oct 15, 2024
1 parent bf65b2f commit a6ccf81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/__tests__/providerCatalog.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]]);
Expand Down

0 comments on commit a6ccf81

Please sign in to comment.