diff options
-rw-r--r-- | tests/report_tests/plugin_tests/logs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/report_tests/plugin_tests/logs.py b/tests/report_tests/plugin_tests/logs.py index 14f6bd5d..8b961029 100644 --- a/tests/report_tests/plugin_tests/logs.py +++ b/tests/report_tests/plugin_tests/logs.py @@ -41,6 +41,7 @@ class LogsSizeLimitTest(StageTwoReportTest): """ sos_cmd = '-o logs' + sos_timeout = 500 packages = { 'rhel': ['python3-systemd'], 'ubuntu': ['python3-systemd'] |