Skip to content

Commit

Permalink
Merge pull request #16 from fpytloun/progress
Browse files Browse the repository at this point in the history
Progress bar consumed 100% CPU
  • Loading branch information
Martin Ducar committed Feb 18, 2015
2 parents dc9f57d + 835b33b commit e88b7f7
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 e88b7f7

Please sign in to comment.