diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sos_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sos_tests.py b/tests/sos_tests.py index b7f7243c..705e8a38 100644 --- a/tests/sos_tests.py +++ b/tests/sos_tests.py @@ -65,7 +65,7 @@ class BaseSoSTest(Test): _tmpdir = None _exception_expected = False sos_cmd = '' - sos_timeout = 300 + sos_timeout = 600 redhat_only = False ubuntu_only = False end_of_test_case = False |