Skip to content

Commit

Permalink
Ticket 49064 - testcase hardening
Browse files Browse the repository at this point in the history
  • Loading branch information
tbordaz committed Oct 18, 2017
1 parent c973e63 commit 478a2ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dirsrvtests/tests/tickets/ticket49064_test.py
Expand Up @@ -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]:
Expand Down

0 comments on commit 478a2ae

Please sign in to comment.