Merge "[CI] Bump timeout for the migrations test case"
This commit is contained in:
commit
8de44f11d0
@ -146,13 +146,13 @@ class ManilaMigrationsCheckers(test_migrations.WalkVersionsMixin,
|
||||
'exception': e})
|
||||
raise
|
||||
|
||||
# NOTE(vponomaryov): set 10 minutes timeout for case of running it on
|
||||
# NOTE(vponomaryov): set 12 minutes timeout for case of running it on
|
||||
# very slow nodes/VMs. Note, that this test becomes slower with each
|
||||
# addition of new DB migration. On fast nodes it can take about 5-10 secs
|
||||
# having Mitaka set of migrations.
|
||||
# 'pymysql' works much slower on slow nodes than 'psycopg2'. And such
|
||||
# timeout mostly required for testing of 'mysql' backend.
|
||||
@test_utils.set_timeout(600)
|
||||
@test_utils.set_timeout(720)
|
||||
def test_walk_versions(self):
|
||||
"""Walks all version scripts for each tested database.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user