From: Joe Guo Date: Mon, 6 May 2019 23:20:55 +0000 (+1200) Subject: selftest/target/Samba4.pm: increase max_wait from 60s to 120s to avoid timeout failur... X-Git-Tag: tdb-1.4.1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b78048524da871ea4425e7dc3b9d09e2e1c43c64;p=thirdparty%2Fsamba.git 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 Reviewed-by: Andrew Bartlett --- diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 6f4a31d357a..448241aed09 100755 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -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") {