diff options
author | Thomas Backlund <tmb@mageia.org> | 2020-05-03 17:39:58 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2020-05-03 17:39:58 +0300 |
commit | 96dc77b3fd466726e09d8a78ae49130eb8e3cfbc (patch) | |
tree | 9f938bcaf42f37d5e19f49c6f6cd331429313314 /modules/buildsystem/manifests/iurt/config.pp | |
parent | 678f5386d8c8bbec307f405a8ed60c535ec76e45 (diff) | |
download | puppet-96dc77b3fd466726e09d8a78ae49130eb8e3cfbc.tar puppet-96dc77b3fd466726e09d8a78ae49130eb8e3cfbc.tar.gz puppet-96dc77b3fd466726e09d8a78ae49130eb8e3cfbc.tar.bz2 puppet-96dc77b3fd466726e09d8a78ae49130eb8e3cfbc.tar.xz puppet-96dc77b3fd466726e09d8a78ae49130eb8e3cfbc.zip |
increase gcc build timeout
Diffstat (limited to 'modules/buildsystem/manifests/iurt/config.pp')
-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 175420c4..c8f5ca17 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -13,7 +13,7 @@ define buildsystem::iurt::config() { 'clang' => 172800, 'cross-gcc' => 115200, 'eclipse' => 172800, - 'gcc' => 57600, + 'gcc' => 115200, 'itk' => 115200, 'java-1.8.0-openjdk' => 172800, 'java-1.8.0-openjfx' => 115200, |