Merge "Increase timeout for zuul to settle in tests"

This commit is contained in:
Zuul 2019-02-05 19:55:39 +00:00 committed by Gerrit Code Review
commit 6f775ddc27
1 changed files with 1 additions and 1 deletions

View File

@ -2224,7 +2224,7 @@ class PostgresqlSchemaFixture(fixtures.Fixture):
class BaseTestCase(testtools.TestCase):
log = logging.getLogger("zuul.test")
wait_timeout = 30
wait_timeout = 60
def attachLogs(self, *args):
def reader():