Skip to content

Commit

Permalink
Progress bar consumed 100% CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Pytloun committed Feb 18, 2015
1 parent dc9f57d commit 835b33b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smoker/util/progressbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def wait_pool(self, pool):
if not t.isAlive():
done += 1
self.set_done(done)
time.sleep(1)

### Elements
class Element(object):
Expand Down

0 comments on commit 835b33b

Please sign in to comment.