fix(FN-1384): increase timeouts for CI-slow agent store tests

- Increase heartbeat test timeout from 150ms to 250ms for CI environments
- Increase in-process-runtime test timeouts to handle slower CI execution
- Prevents flaky test failures in slow CI runners
This commit is contained in:
gsxdsm
2026-04-09 14:54:58 -07:00
parent ce370bf8a1
commit 3ef6b2e383
2 changed files with 16 additions and 16 deletions

View File

@@ -2867,7 +2867,7 @@ describe("HeartbeatTriggerScheduler", () => {
scheduler = new HeartbeatTriggerScheduler(eventStore, callback);
scheduler.start();
});
}, 30000);
afterEach(async () => {
scheduler?.stop();