Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the clock resolution to millis in ScheduledEventTests (elastic#38506
) The clock resolution changed from jdk8 to jdk10, hence the test is passing in jdk8 but failing in jdk10. Scheduled events are serialised and deserialised with millisecond precision, making test fail in jdk 10 and higher. Fixes a problem introduced by elastic#38415 and the fix is identical to the one that was made in elastic#38405.
- Loading branch information