From cf12bcaf2d6a93a141184e9d59efa83b85518f8d Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Mon, 18 Dec 2023 14:09:47 +0100 Subject: [PATCH] progress --- psutil/tests/test_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psutil/tests/test_system.py b/psutil/tests/test_system.py index 43b1199f4..42903abbc 100755 --- a/psutil/tests/test_system.py +++ b/psutil/tests/test_system.py @@ -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.