Skip to content

Commit

Permalink
test: Allow runner tests to exit cleanly (#12127)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored Dec 10, 2024
1 parent addb4fa commit 8bf6cce
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ describe('TestRunner', () => {
maxPayload: 1024,
}),
);

runner.clearIdleTimer();
});

it('should handle different taskBrokerUri formats correctly', () => {
Expand Down Expand Up @@ -66,6 +68,8 @@ describe('TestRunner', () => {
maxPayload: 1024,
}),
);

runner.clearIdleTimer();
});

it('should throw an error if taskBrokerUri is invalid', () => {
Expand Down

0 comments on commit 8bf6cce

Please # to comment.