Skip to content

Commit

Permalink
Merge pull request #21 from sergray/master
Browse files Browse the repository at this point in the history
FIX make sure the worker stops
  • Loading branch information
sergray authored Sep 7, 2016
2 parents 9778f39 + a67f119 commit f7c1a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_threaded_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def setUp(self):

def stop_worker(self):
self.backend.worker_limit = 0
time.sleep(self.qtimeout)
time.sleep(self.qtimeout * 2)
self.assertEqual(self.backend.thread, None)

def test_backend_args(self):
Expand Down

0 comments on commit f7c1a2b

Please sign in to comment.