| Index: client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| diff --git a/client/site_tests/logging_UserCrash/logging_UserCrash.py b/client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| index 82da248f7b21d081265c9d09b2238cf0322ee3e6..e89f1a6c5f6c3065331e34ccc53d2e5ba52184f7 100644
|
| --- a/client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| +++ b/client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| @@ -9,7 +9,7 @@ from autotest_lib.client.common_lib import error, utils
|
|
|
| _CORE_PATTERN = '/proc/sys/kernel/core_pattern'
|
| _LEAVE_CORE_PATH = '/root/.leave_core'
|
| -_MAX_CRASH_DIRECTORY_SIZE = 8
|
| +_MAX_CRASH_DIRECTORY_SIZE = 32
|
|
|
|
|
| class logging_UserCrash(site_crash_test.CrashTest):
|
|
|