Skip to content

Commit

Permalink
Update performanceCounters.tests.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonWeber committed Feb 1, 2025
1 parent 28ea9d4 commit 6f508f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unitTests/metrics/performanceCounters.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe("PerformanceCounterMetricsHandler", () => {

it("should not collect when disabled", async () => {
autoCollect.shutdown();
await new Promise((resolve) => setTimeout(resolve, 120));
await new Promise((resolve) => setTimeout(resolve, 1000));
assert.ok(exportStub.notCalled);
});
});
Expand Down

0 comments on commit 6f508f5

Please sign in to comment.