diff options
Diffstat (limited to 'ci/expected/lm3s6965/async-timeout.run')
| -rw-r--r-- | ci/expected/lm3s6965/async-timeout.run | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ci/expected/lm3s6965/async-timeout.run b/ci/expected/lm3s6965/async-timeout.run new file mode 100644 index 0000000..6b4c089 --- /dev/null +++ b/ci/expected/lm3s6965/async-timeout.run @@ -0,0 +1,16 @@ +init +the hal takes a duration of Duration { ticks: 45 } +timeout +the hal takes a duration of Duration { ticks: 45 } +hal returned 5 +the hal takes a duration of Duration { ticks: 45 } +hal returned 5 +now is Instant { ticks: 213 }, timeout at Instant { ticks: 263 } +the hal takes a duration of Duration { ticks: 35 } +hal returned 5 at time Instant { ticks: 249 } +now is Instant { ticks: 313 }, timeout at Instant { ticks: 363 } +the hal takes a duration of Duration { ticks: 45 } +hal returned 5 at time Instant { ticks: 359 } +now is Instant { ticks: 413 }, timeout at Instant { ticks: 463 } +the hal takes a duration of Duration { ticks: 55 } +timeout |
