summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/tasks.py
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-04-08 13:14:13 +0200
committerAlexander Bokovoy <abokovoy@redhat.com>2014-05-09 13:57:04 +0300
commit5ce88a1f89d756cdfdfcd0f1a27a940c185c3aa0 (patch)
tree31734ccb197546acc63525942e46c1b2f27d38c2 /ipatests/test_integration/tasks.py
parentef3c9d3bb00fb64c9eb97c17ae62e042d5091cc0 (diff)
downloadfreeipa-5ce88a1f89d756cdfdfcd0f1a27a940c185c3aa0.tar.gz
freeipa-5ce88a1f89d756cdfdfcd0f1a27a940c185c3aa0.tar.xz
freeipa-5ce88a1f89d756cdfdfcd0f1a27a940c185c3aa0.zip
ipatests: Add Sudo integration test
Reviewed-By: Jakub Hrozek <jhrozek@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'ipatests/test_integration/tasks.py')
-rw-r--r--ipatests/test_integration/tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/tasks.py b/ipatests/test_integration/tasks.py
index 2334e254e..a6c6f30d4 100644
--- a/ipatests/test_integration/tasks.py
+++ b/ipatests/test_integration/tasks.py
@@ -430,7 +430,7 @@ def clear_sssd_cache(host):
host.run_command(['/sbin/service', 'sssd', 'start'])
# To avoid false negatives due to SSSD not responding yet
- time.sleep(2)
+ time.sleep(10)
def sync_time(host, server):