浏览代码

Ticket 49064 - testcase hardening

Thierry Bordaz 8 年之前
父节点
当前提交
478a2aebdc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      dirsrvtests/tests/tickets/ticket49064_test.py

+ 2 - 0
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]: