(long) (Integer.MAX_VALUE / 2 + Integer.MAX_VALUE / 4));
// note that task.setTimeout is not called, which is verified below
replayMocks();
// verify
SchedulerRetryAction action = policy.getRetryAction(task);
Assert.assertEquals(SchedulerRetryAction.RETRY_LATER, action);
verifyMocks();
}