From 478a2aebdcae95956e0a0dfd6b117c50be0ca59e Mon Sep 17 00:00:00 2001 From: Thierry Bordaz Date: Wed, 18 Oct 2017 16:38:56 +0200 Subject: [PATCH] Ticket 49064 - testcase hardening --- dirsrvtests/tests/tickets/ticket49064_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dirsrvtests/tests/tickets/ticket49064_test.py b/dirsrvtests/tests/tickets/ticket49064_test.py index b4b6de4b91..772adb0694 100644 --- a/dirsrvtests/tests/tickets/ticket49064_test.py +++ b/dirsrvtests/tests/tickets/ticket49064_test.py @@ -216,6 +216,8 @@ def test_ticket49064(topo): member_dn = 'cn=%s%d,ou=people,%s' % (USER_CN, 1, SUFFIX) group_dn = 'cn=%s%d,ou=groups,%s' % (GROUP_CN, 1, SUFFIX) update_member(M1, member_dn, group_dn, ldap.MOD_ADD, sleep=True) + # to give time to the update to go up to the C1 + time.sleep(10) # Step 15 for i in [M1, H1]: