From b78048524da871ea4425e7dc3b9d09e2e1c43c64 Mon Sep 17 00:00:00 2001 From: Joe Guo Date: Tue, 7 May 2019 11:20:55 +1200 Subject: [PATCH] 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 --- selftest/target/Samba4.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { -- 2.34.1