diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-04-16 12:01:37 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-20 10:55:14 -0400 |
commit | b83e43eb88879c7fb3114aafcc525356ff7d4235 (patch) | |
tree | ee91f09dea503112d13d4ec67ab8f947661b4795 /src/config/SSSDConfigTest.py | |
parent | cdf4599ba44a6b17818cb5e77f3a727491b7e85e (diff) | |
download | sssd-b83e43eb88879c7fb3114aafcc525356ff7d4235.tar.gz sssd-b83e43eb88879c7fb3114aafcc525356ff7d4235.tar.xz sssd-b83e43eb88879c7fb3114aafcc525356ff7d4235.zip |
Make the monitor SIGKILL time configurable
https://fedorahosted.org/sssd/ticket/1119
Diffstat (limited to 'src/config/SSSDConfigTest.py')
-rwxr-xr-x | src/config/SSSDConfigTest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index 000c7dbaa..2d3cd8587 100755 --- a/src/config/SSSDConfigTest.py +++ b/src/config/SSSDConfigTest.py @@ -263,6 +263,7 @@ class SSSDConfigTestSSSDService(unittest.TestCase): 'services', 'domains', 'timeout', + 'force_timeout', 'sbus_timeout', 're_expression', 'full_name_format', |