Skip to content

Commit

Permalink
fix: Fix caching test timeouts (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha authored Jan 25, 2024
1 parent c201765 commit 1e39e9a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ts-core/src/tests/caching/caching.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ import { productService } from "./product";

describe("Caching", () => {
beforeAll(async () => {
// wait 7s for service definition cache to expire
// this is not great and we have to create api secrets
// for each e2e test run to avoid this
await new Promise((resolve) => setTimeout(resolve, 7000));

await productService.start();
}, 10000);

Expand Down

0 comments on commit 1e39e9a

Please sign in to comment.