Skip to content

Commit

Permalink
Increase integration test wait time
Browse files Browse the repository at this point in the history
It seems like half a second isn't enough for testtube to startup and start monitoring in python 3.
  • Loading branch information
thomasw committed May 18, 2016
1 parent 6f2c656 commit fe6d041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def enqueue_output(out, queue):
stdout_reader.daemon = True
stdout_reader.start()

self.output = self.getAllOutput(timeout=.5)
self.output = self.getAllOutput(timeout=.75)
self.process.terminate()

@staticmethod
Expand Down

0 comments on commit fe6d041

Please sign in to comment.