IRL2 / nanover-rs

Other
0 stars 0 forks source link

Fix test_simulation_counter #187

Closed jbarnoud closed 8 months ago

jbarnoud commented 8 months ago

The test_simulation_counter test fails frequently on CI but not on my local machine (see #179 ). This pull request tries to solve the issue. The spurious test failure breaks the CI workflow as the tests sometimes need to be run multiple times which increases the time until merge, and reduces the confidence in the tests. Finally, it prevents adding new tests that use the same code infrastructure.

Fixes #179