Closed etan-status closed 8 months ago
The simple heartbeat test is flaky:
simple heartbeat
================ /home/runner/work/nim-libp2p/nim-libp2p/tests/testnative 'Heartbeat::simple heartbeat' ---------------- /home/runner/work/nim-libp2p/nim-libp2p/tests/testheartbeat.nim(31, 10): Check failed: i in 9 .. 11 i was 12 9 .. 11 was 9 .. 11 [FAILED ] ( 0.33s) simple heartbeat
Increase its timing tolerances to reduce the likelihood of this happening under load.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.75%. Comparing base (e9b4561) to head (7914861).
e9b4561
7914861
The
simple heartbeat
test is flaky:Increase its timing tolerances to reduce the likelihood of this happening under load.