Skip to content

Commit

Permalink
relax test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 28, 2024
1 parent f4b5498 commit d9b2bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psutil/tests/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ def test_per_cpu_times_2(self):
@pytest.mark.skipif(
CI_TESTING and OPENBSD, reason="unreliable on OPENBSD + CI"
)
@retry_on_failure(30)
def test_cpu_times_comparison(self):
# Make sure the sum of all per cpu times is almost equal to
# base "one cpu" times. On OpenBSD the sum of per-CPUs is
Expand Down

0 comments on commit d9b2bac

Please sign in to comment.