Skip to content

Commit

Permalink
Sleep a little longer in test_zeromq_background_thread
Browse files Browse the repository at this point in the history
  • Loading branch information
rnortman committed Feb 16, 2014
1 parent f54476b commit ceb5978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_logbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ def test_zeromq_background_thread(self):
# stop the controller. This will also stop the loop and join the
# background process. Before that we give it a fraction of a second
# to get all results
time.sleep(0.1)
time.sleep(0.2)
controller.stop()

self.assertTrue(test_handler.has_warning('This is a warning'))
Expand Down

0 comments on commit ceb5978

Please sign in to comment.