diff options
author | Pascal Terjan <pterjan@mageia.org> | 2017-10-19 00:09:33 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2017-10-19 00:09:33 +0100 |
commit | be630cf5f86661eae5f7af47481ba3dae6279f1a (patch) | |
tree | 088701f371b5c475c9bc2695d816d73edba77313 /lib/Youri/Submit | |
parent | 48d27677447a41d6f3afea425c77fcf42517f5b6 (diff) | |
download | mga-youri-submit-be630cf5f86661eae5f7af47481ba3dae6279f1a.tar mga-youri-submit-be630cf5f86661eae5f7af47481ba3dae6279f1a.tar.gz mga-youri-submit-be630cf5f86661eae5f7af47481ba3dae6279f1a.tar.bz2 mga-youri-submit-be630cf5f86661eae5f7af47481ba3dae6279f1a.tar.xz mga-youri-submit-be630cf5f86661eae5f7af47481ba3dae6279f1a.zip |
Give more time to the ugly hack
It would be sad to rebuild with the old package
Diffstat (limited to 'lib/Youri/Submit')
-rw-r--r-- | lib/Youri/Submit/Action/RebuildPackage.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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)&"); } } } |