Open bdemann opened 1 month ago
Let's take a minute to think about what kind of things we would test in a property test for timer
Feasibility of Property Tests for Delay Duration
u64::MAX
, present a major challenge since a maximum delay would not trigger until the year 2554.0
to u64::MAX - time()
?Arbitrary Callback Functions in Property Tests
setTimer
or setTimerInterval
handles more complex or varied callbacks?So completely arbitrary timers lengths and callbacks seem a little unreasonable to me, but maybe we can come up with some properties to test that don't require us to do all of that