microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.27k stars 118 forks source link

non-deterministic test failure #354

Closed pelikhan closed 1 year ago

pelikhan commented 1 year ago

https://github.com/microsoft/devicescript/actions/runs/4756517400/jobs/8452172680#step:9:563

mmoskal commented 1 year ago

The behavior was expected - due to imprecise timer handling. The timer handling is now more precise, but a similar issue can still occur.