Merge "Fix timeout in test_slave_user_removed int-test"

This commit is contained in:
Jenkins 2014-12-08 21:41:43 +00:00 committed by Gerrit Code Review
commit 80dde965f0
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ class DetachReplica(object):
poll_until(check_not_read_only)
@test(depends_on=[test_detach_replica])
@time_out(3 * 60)
def test_slave_user_removed(self):
if CONFIG.fake_mode:
raise SkipTest("Test not_read_only not supported in fake mode")