diff --git a/src/Test/TestThreadPool.py b/src/Test/TestThreadPool.py index 2a67f181..0f9b3b63 100644 --- a/src/Test/TestThreadPool.py +++ b/src/Test/TestThreadPool.py @@ -16,7 +16,7 @@ class TestThreadPool: events.append("S") out = 0 for i in range(10000000): - if i == 5000000: + if i == 1000000: events.append("M") out += 1 events.append("D")