mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
selftest/target/Samba4.pm: increase max_wait from 60s to 120s to avoid timeout failure in samba-ad-dc-backup
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
d65b7641c8
commit
b78048524d
@ -286,7 +286,7 @@ sub wait_for_start($$)
|
||||
|
||||
# Ensure we registered all our names
|
||||
if ($testenv_vars->{SERVER_ROLE} eq "domain controller") {
|
||||
my $max_wait = 60;
|
||||
my $max_wait = 120;
|
||||
print "Waiting for dns_update_cache to be created.\n";
|
||||
$count = 0;
|
||||
while (not -e "$testenv_vars->{PRIVATEDIR}/dns_update_cache") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user