Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 869758: Fix timeout for non-pyinotify path r=nthomas
Browse files Browse the repository at this point in the history
this code path uses seconds, not milliseconds!
  • Loading branch information
Chris AtLee committed May 8, 2013
1 parent e3e9418 commit f414195
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/python/mozilla_buildtools/queuedir.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,6 @@ def wait(self, timeout=None):
else:
timeout = reque_time

if timeout:
timeout *= 1000

log.debug("Sleeping for %s", timeout)

start = time.time()
Expand Down

0 comments on commit f414195

Please sign in to comment.