Skip to content

Commit

Permalink
Set a bigger TIMEOUT_SCALING_FACTOR value for migration tests
Browse files Browse the repository at this point in the history
This should help avoid timeouts on CI.

Related-Bug: #1216851

Change-Id: Ic5b2b75e1d8bc73e49b8e7944ae802a64041cb7c
  • Loading branch information
Roman Podoliaka committed Sep 15, 2016
1 parent a4ca5f0 commit 71d6333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/tests/unit/db/test_migrations.py
Expand Up @@ -64,7 +64,7 @@ class NovaMigrationsCheckers(test_migrations.ModelsMigrationsSync,
test_migrations.WalkVersionsMixin):
"""Test sqlalchemy-migrate migrations."""

TIMEOUT_SCALING_FACTOR = 2
TIMEOUT_SCALING_FACTOR = 4

@property
def INIT_VERSION(self):
Expand Down

0 comments on commit 71d6333

Please sign in to comment.