Skip to content

Commit

Permalink
selftest/target/Samba4.pm: increase max_wait from 60s to 120s to avoi…
Browse files Browse the repository at this point in the history
…d timeout failure in samba-ad-dc-backup

Signed-off-by: Joe Guo <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
catalyst-joe-guo authored and abartlet committed May 10, 2019
1 parent d65b764 commit b780485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selftest/target/Samba4.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit b780485

Please sign in to comment.