Make TestTimerFixture.test_timer_not_ready not fail sporadically #378
Labels
backlog
enhancement
New feature or request
help wanted
Extra attention is needed
Linux
Linux support
tests
Bug report
Required Info:
Steps to reproduce issue
TestTimerFixture.test_timer_not_ready
fails occasionalyExpected behavior
Tests always pass
Actual behavior
Tests randomly fail
Additional information
This is related to #188, however we are proposing a solution to one sporadic failure here.
The problem we are seeing with this test is, that the 5ms timer
rcl/rcl/test/rcl/test_timer.cpp
Line 190 in 7f6b914
rcl/rcl/test/rcl/test_timer.cpp
Line 206 in 7f6b914
Is there a specific reason for the rather tight value of 5ms on the timer, or would it be possible to significantly relax the timer constraint to lets say 1s?
The text was updated successfully, but these errors were encountered: