diff --git a/test/lvol/test_cases.py b/test/lvol/test_cases.py index 24bc01ce5..c41a79fc7 100644 --- a/test/lvol/test_cases.py +++ b/test/lvol/test_cases.py @@ -975,7 +975,7 @@ class TestCases(object): remove(pid_path) if self._start_vhost(vhost_path, config_path, pid_path) != 0: fail_count += 1 - footer(650) + footer(700) return fail_count # Check if configuration was properly loaded after tasting @@ -1002,7 +1002,7 @@ class TestCases(object): pprint.pprint([o, n]) if fail_count != 0: - footer(650) + footer(700) return fail_count # Try modifying loaded configuration