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
1 changed files with 1 additions and 1 deletions

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 {