summaryrefslogtreecommitdiffstats
path: root/wintest/test-s4-howto.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-10-02 18:45:39 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-10-03 14:25:57 +0200
commit10eba77dcbeec4b389aeb0a456884b7f067c1a3e (patch)
tree4fff4c6a2e6bca734c76b950c53c7572d082d697 /wintest/test-s4-howto.py
parent535fe95f3c884b247d374685cc4408aeabc64437 (diff)
downloadsamba-10eba77dcbeec4b389aeb0a456884b7f067c1a3e.tar.gz
samba-10eba77dcbeec4b389aeb0a456884b7f067c1a3e.tar.xz
samba-10eba77dcbeec4b389aeb0a456884b7f067c1a3e.zip
wintest: Give netdom join more time to complete
Diffstat (limited to 'wintest/test-s4-howto.py')
-rwxr-xr-xwintest/test-s4-howto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py
index 7477a47441..9d6c0617e6 100755
--- a/wintest/test-s4-howto.py
+++ b/wintest/test-s4-howto.py
@@ -57,7 +57,7 @@ def start_s4(t):
t.chdir("${PREFIX}")
t.run_cmd('killall -9 -q samba smbd nmbd winbindd', checkfail=False)
t.run_cmd(['sbin/samba',
- '--option', 'panic action=gnome-terminal -e "gdb --pid %d"'])
+ '--option', 'panic action=gnome-terminal -e "gdb --pid %d"', '--option', 'max protocol=nt1'])
t.port_wait("${INTERFACE_IP}", 139)
def test_smbclient(t):