diff options
author | Thomas Backlund <tmb@mageia.org> | 2020-05-18 14:49:42 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2020-05-18 14:49:42 +0200 |
commit | e6ab45f86e47519b9439ca6397a23ecd31e1322e (patch) | |
tree | 10a4657a5c815b6df25b47942480bb982bf17258 /modules/buildsystem/manifests | |
parent | a3a8c014620c8131bdd98f889a2638e55c30c84e (diff) | |
download | puppet-e6ab45f86e47519b9439ca6397a23ecd31e1322e.tar puppet-e6ab45f86e47519b9439ca6397a23ecd31e1322e.tar.gz puppet-e6ab45f86e47519b9439ca6397a23ecd31e1322e.tar.bz2 puppet-e6ab45f86e47519b9439ca6397a23ecd31e1322e.tar.xz puppet-e6ab45f86e47519b9439ca6397a23ecd31e1322e.zip |
increase kernel build time
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r-- | modules/buildsystem/manifests/iurt/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index c8f5ca17..b03b0949 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -17,7 +17,7 @@ define buildsystem::iurt::config() { 'itk' => 115200, 'java-1.8.0-openjdk' => 172800, 'java-1.8.0-openjfx' => 115200, - 'kernel' => 57600, + 'kernel' => 115200, 'libreoffice' => 432000, 'llvm' => 57600, 'openfoam' => 115200, |