Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlp committed Dec 28, 2024
1 parent c54dfb4 commit 0e9183d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void testRescheduleAbandonedTasks() {

var t2 = new TriggerEntity(new TriggerKey("barTask"))
.runOn("barScheduler");
t2.setLastPing(now.minusSeconds(59));
t2.setLastPing(now.minusSeconds(58));
triggerRepository.save(t2);

// WHEN
Expand Down

0 comments on commit 0e9183d

Please sign in to comment.