diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-20 10:37:10 +0100 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2020-03-20 16:03:44 +0200 |
commit | 656e74dad5dbb151e12c363ed03b75bfd33a7260 (patch) | |
tree | fefbf838d6a7f903b700347e15fad01e16524bc9 /modules/buildsystem/manifests | |
parent | c24826298b65f8cea34512d1c38124b2ac3421cb (diff) | |
download | puppet-656e74dad5dbb151e12c363ed03b75bfd33a7260.tar puppet-656e74dad5dbb151e12c363ed03b75bfd33a7260.tar.gz puppet-656e74dad5dbb151e12c363ed03b75bfd33a7260.tar.bz2 puppet-656e74dad5dbb151e12c363ed03b75bfd33a7260.tar.xz puppet-656e74dad5dbb151e12c363ed03b75bfd33a7260.zip |
doble timeout for clang
it regularly fails on x86
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r-- | modules/buildsystem/manifests/iurt/config.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index 15a3ec35..1d505ac6 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -10,6 +10,7 @@ define buildsystem::iurt::config() { 'default' => 36000, 'atlas' => 57600, 'chromium-browser-stable' => 115200, + 'clang' => 57600, 'cross-gcc' => 115200, 'eclipse' => 172800, 'gcc' => 57600, |