Merge pull request #3101 from quay/parallel-testing
Enable parallel testing of all the Quay unit tests
This commit is contained in:
commit
55eb04e622
6 changed files with 177 additions and 162 deletions
|
@ -75,6 +75,7 @@ class liveFlaskServer(object):
|
|||
raise RuntimeError("Failed to start the server after %d seconds. " % timeout)
|
||||
|
||||
if self._can_connect():
|
||||
self.app.config['SERVER_HOSTNAME'] = 'localhost:%s' % self._port_value.value
|
||||
break
|
||||
|
||||
def _can_connect(self):
|
||||
|
|
Reference in a new issue