1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-22 10:23:09 +00:00

Give workaround download longer

the webkitgtk workaround is large. 3 minutes isn't long enough
apparently.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-08-08 15:34:30 -07:00
parent 8fc2f71df9
commit 8ede32a76c

View File

@ -495,7 +495,7 @@ sub setup_workaround_repo {
my $count = 3;
my $success = 0;
while ($count) {
if (script_run $cmd, 180) {
if (script_run $cmd, 600) {
$count -= 1;
}
else {