Merge "CI: Change migrations timeout to be >60 seoncds"

This commit is contained in:
Zuul 2023-07-11 15:03:57 +00:00 committed by Gerrit Code Review
commit 416ea8711e
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ logging.setup(CONF, 'ironic')
BASE_TEST_TIMEOUT = os.environ.get('BASE_TEST_TIMEOUT', 60)
BASE_TEST_TIMEOUT = os.environ.get('BASE_TEST_TIMEOUT', 60)
class WarningsFixture(fixtures.Fixture):
"""Filters out warnings during test runs."""