server/test/unittest_ldapsource.py
changeset 10912 addc7ba36f69
parent 10911 cff2dbc33eff
child 10950 282880f81311
--- a/server/test/unittest_ldapsource.py	Mon Nov 23 14:34:13 2015 +0100
+++ b/server/test/unittest_ldapsource.py	Tue Nov 24 14:36:41 2015 +0100
@@ -443,7 +443,6 @@
         try:
             self.update_ldap_entry('cn=logilab,ou=Group,dc=cubicweb,dc=test',
                                    {('add', 'memberUid'): ['syt']})
-            time.sleep(1.1) # timestamps precision is 1s
             with self.repo.internal_cnx() as cnx:
                 self.pull(cnx)
 
@@ -471,7 +470,6 @@
         try:
             self.update_ldap_entry('cn=logilab,ou=Group,dc=cubicweb,dc=test',
                                    {('delete', 'memberUid'): ['adim']})
-            time.sleep(1.1) # timestamps precision is 1s
             with self.repo.internal_cnx() as cnx:
                 self.pull(cnx)