Bump ipa-replica-install timeout a bit (it takes a long time)
I'm going to figure out if it's a bug that it takes so long, but for now let's just bump the timeout. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c04f1509aa
commit
f334df1337
@ -58,7 +58,7 @@ sub run {
|
||||
for my $fwd (@forwards) {
|
||||
$args .= " --forwarder=$fwd";
|
||||
}
|
||||
assert_script_run "ipa-replica-install $args", 1200;
|
||||
assert_script_run "ipa-replica-install $args", 1500;
|
||||
|
||||
# don't use the other server for our DNS lookups any more, as we
|
||||
# should be independent of it
|
||||
|
Loading…
Reference in New Issue
Block a user