There was an error while loading. Please reload this page.
1 parent 9099ca6 commit 23f46d1Copy full SHA for 23f46d1
1 file changed
tests/report_tests/plugin_tests/logs.py
@@ -54,7 +54,7 @@ def pre_sos_setup(self):
54
from systemd import journal # pylint: disable=import-error
55
_reader = journal.Reader()
56
_size = _reader.get_usage() / 1024 / 1024
57
- if _size > 30:
+ if _size > 40:
58
return
59
# write 20MB at a time to side-step rate/size limiting on some distros
60
# write over 20MB to ensure we will actually size limit inside sos,
0 commit comments