From be630cf5f86661eae5f7af47481ba3dae6279f1a Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 19 Oct 2017 00:09:33 +0100 Subject: Give more time to the ugly hack It would be sad to rebuild with the old package --- lib/Youri/Submit/Action/RebuildPackage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Youri/Submit/Action/RebuildPackage.pm b/lib/Youri/Submit/Action/RebuildPackage.pm index 85e7db4..d5a88a4 100644 --- a/lib/Youri/Submit/Action/RebuildPackage.pm +++ b/lib/Youri/Submit/Action/RebuildPackage.pm @@ -56,7 +56,7 @@ sub run { if ($prefix && 0) { system("mgarepo submit --define dependencies=$prefix $pkg &"); } else { - system("(sleep 600; mgarepo submit $pkg)&"); + system("(sleep 1800; mgarepo submit $pkg)&"); } } } -- cgit v1.2.1