diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-21 01:57:30 +0100 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2020-03-21 10:30:14 +0200 |
commit | 39d10d6e9ec2eeb832ff378c3612015e4c12860e (patch) | |
tree | e03cb55a43479d58cfa16058f6a6ae63254b4226 /modules/buildsystem/manifests | |
parent | ab6b095c9cbf42e782b083f945ac7788e552cdf0 (diff) | |
download | puppet-39d10d6e9ec2eeb832ff378c3612015e4c12860e.tar puppet-39d10d6e9ec2eeb832ff378c3612015e4c12860e.tar.gz puppet-39d10d6e9ec2eeb832ff378c3612015e4c12860e.tar.bz2 puppet-39d10d6e9ec2eeb832ff378c3612015e4c12860e.tar.xz puppet-39d10d6e9ec2eeb832ff378c3612015e4c12860e.zip |
bump again the timeout for clang
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 c1f27420..175420c4 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -10,7 +10,7 @@ define buildsystem::iurt::config() { 'default' => 36000, 'atlas' => 57600, 'chromium-browser-stable' => 115200, - 'clang' => 57600, + 'clang' => 172800, 'cross-gcc' => 115200, 'eclipse' => 172800, 'gcc' => 57600, |