TcMenu / TaskManagerIO

A task, event, scheduling, and interrupt marshalling library for Arduino and mbed boards.
Apache License 2.0
122 stars 12 forks source link

Unit tests are failing #57

Closed vzahradnik closed 1 week ago

vzahradnik commented 1 month ago

Describe the bug Some unit tests are failing

Environment    Test                    Status    Duration
-------------  ----------------------  --------  ------------
esp32dev       test_core               PASSED    00:00:11.156
esp32dev       test_event              PASSED    00:00:07.673
esp32dev       test_high_throughput    PASSED    00:00:23.727
esp32dev       test_interrupt          FAILED    00:00:07.247
esp32dev       test_reentrant_locking  PASSED    00:00:09.513

To Reproduce Look at the logs in GitHub Actions.