summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLib/test/pystone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/pystone.py b/Lib/test/pystone.py
index 6c04b55..931a307 100755
--- a/Lib/test/pystone.py
+++ b/Lib/test/pystone.py
@@ -32,7 +32,7 @@ Version History:
"""
-LOOPS = 10000
+LOOPS = 50000
from time import clock