Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 18, 2023
1 parent d9a8ac3 commit cf12bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/tests/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def test_per_cpu_times_2(self):
if difference >= 0.05:
return

@retry_on_failure
@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.
Expand Down

0 comments on commit cf12bca

Please sign in to comment.