diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py index 2777b225c5fb..9281abc1d62b 100644 --- a/Lib/test/test_decimal.py +++ b/Lib/test/test_decimal.py @@ -846,7 +846,7 @@ def test_threading(self): th2.start() self.finish1.wait() - self.finish1.wait() + self.finish2.wait() return if threading is None: