summaryrefslogtreecommitdiff
path: root/wintest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-10-03 08:22:27 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-10-03 16:04:44 +0200
commit6245c5cba29abb54df2f961d9cbe300a49ffdacf (patch)
tree6bd3a75d02115cd34ce6fcb15d995e0b09162c51 /wintest
parent10eba77dcbeec4b389aeb0a456884b7f067c1a3e (diff)
downloadsamba-6245c5cba29abb54df2f961d9cbe300a49ffdacf.tar.gz
wintest: Give dcpromo more time
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Oct 3 16:04:44 CEST 2012 on sn-devel-104
Diffstat (limited to 'wintest')
-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 9d6c0617e60..e290b07732d 100755
--- a/wintest/test-s4-howto.py
+++ b/wintest/test-s4-howto.py
@@ -174,7 +174,7 @@ SafeModeAdminPassword=${PASSWORD1}
child.expect("C:")
child.expect("C:")
child.sendline("dcpromo /answer:answers.txt")
- i = child.expect(["You must restart this computer", "failed", "Active Directory Domain Services was not installed", "C:"], timeout=120)
+ i = child.expect(["You must restart this computer", "failed", "Active Directory Domain Services was not installed", "C:"], timeout=240)
if i == 1 or i == 2:
child.sendline("echo off")
child.sendline("echo START DCPROMO log")