From 8ede32a76c122a64f45332a52ecc84001c22de02 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 8 Aug 2022 15:34:30 -0700 Subject: [PATCH] Give workaround download longer the webkitgtk workaround is large. 3 minutes isn't long enough apparently. Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 25cadba7..66656b87 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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 {