1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-25 23:57:21 +00:00

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:
Adam Williamson 2018-09-07 15:56:11 -07:00
parent c04f1509aa
commit f334df1337

View File

@ -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