diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-15 14:44:24 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-16 15:20:10 +1100 |
commit | 61ccb465dbdae0f64ff93fe678721a9f954718b0 (patch) | |
tree | eceb76acb89cda698466fe93feb9511f9072c0aa /wintest | |
parent | de2bb2a7f85cc75c37372cda38eb6b9741b77a15 (diff) | |
download | samba-61ccb465dbdae0f64ff93fe678721a9f954718b0.tar.gz |
wintest: Give the Windows VM a little more time to start back up
Diffstat (limited to 'wintest')
-rw-r--r-- | wintest/wintest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintest/wintest.py b/wintest/wintest.py index 8b8df2ce434..da65732219c 100644 --- a/wintest/wintest.py +++ b/wintest/wintest.py @@ -865,7 +865,7 @@ RebootOnCompletion=No self.info('Testing smbclient') self.chdir('${PREFIX}') self.cmd_contains("bin/smbclient --version", ["${SAMBA_VERSION}"]) - self.retry_cmd('bin/smbclient -L ${WIN_HOSTNAME} -U%s%%%s %s' % (username, password, args), ["IPC"]) + self.retry_cmd('bin/smbclient -L ${WIN_HOSTNAME} -U%s%%%s %s' % (username, password, args), ["IPC"], retries=60, delay=5) def test_net_use(self, vm, realm, domain, username, password): self.setwinvars(vm) |