minor optimization

This commit is contained in:
Miroslav Stampar 2011-10-10 14:47:48 +00:00
parent 47b27a5988
commit c204f2b221

View File

@ -133,7 +133,7 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio
for thread in threads:
if thread.isAlive():
alive = True
time.sleep(1)
time.sleep(0.1)
except KeyboardInterrupt:
print