From 6245c5cba29abb54df2f961d9cbe300a49ffdacf Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 3 Oct 2012 08:22:27 +1000 Subject: [PATCH] wintest: Give dcpromo more time Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Wed Oct 3 16:04:44 CEST 2012 on sn-devel-104 --- wintest/test-s4-howto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.34.1