diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2021-10-15 12:38:56 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-10-18 10:37:20 -0400 |
commit | 2539611e5938b18a6747392c94533ca32e3ac3ed (patch) | |
tree | e397f607b2d8b191c3637cbf9322fbcabaf22357 /tests | |
parent | 1dd1328084c956c551deea6de673e63b4110b5e9 (diff) | |
download | sos-2539611e5938b18a6747392c94533ca32e3ac3ed.tar.gz |
[tests] Increase stagetwo log test timeout
As an interim stopgap measure, increase the timeout for the stagetwo
`logs` test to allow for more time for handling random data generation
and logging, until we're able to define a better/more efficient way to
generate this data within the test suite.
Related: #2700
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'tests')
-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'] |