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:
parent
8fc2f71df9
commit
8ede32a76c
@ -495,7 +495,7 @@ sub setup_workaround_repo {
|
|||||||
my $count = 3;
|
my $count = 3;
|
||||||
my $success = 0;
|
my $success = 0;
|
||||||
while ($count) {
|
while ($count) {
|
||||||
if (script_run $cmd, 180) {
|
if (script_run $cmd, 600) {
|
||||||
$count -= 1;
|
$count -= 1;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user