lib/util: charset modules do not exist any more
[amitay/samba.git] / wintest / wintest.py
index 11fdd91a200743ee395715b8b2287ca5e24240bb..c35710a8ecf87d11d96658f5eef5e75bd0483438 100644 (file)
@@ -838,7 +838,7 @@ RebootOnCompletion=No
         child.sendline("shutdown -r -t 0")
         self.port_wait("${WIN_IP}", 139, wait_for_fail=True)
         self.port_wait("${WIN_IP}", 139)
-        self.retry_cmd("host -t SRV _ldap._tcp.${WIN_REALM} ${WIN_IP}", ['has SRV record'] )
+        self.retry_cmd("host -t SRV _ldap._tcp.${WIN_REALM} ${WIN_IP}", ['has SRV record'], retries=60, delay=5 )
 
 
     def start_winvm(self, vm):