aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-03-21 01:57:30 +0100
committerThomas Backlund <tmb@mageia.org>2020-03-21 10:30:14 +0200
commit39d10d6e9ec2eeb832ff378c3612015e4c12860e (patch)
treee03cb55a43479d58cfa16058f6a6ae63254b4226
parentab6b095c9cbf42e782b083f945ac7788e552cdf0 (diff)
downloadpuppet-39d10d6e9ec2eeb832ff378c3612015e4c12860e.tar
puppet-39d10d6e9ec2eeb832ff378c3612015e4c12860e.tar.gz
puppet-39d10d6e9ec2eeb832ff378c3612015e4c12860e.tar.bz2
puppet-39d10d6e9ec2eeb832ff378c3612015e4c12860e.tar.xz
puppet-39d10d6e9ec2eeb832ff378c3612015e4c12860e.zip
bump again the timeout for clang
-rw-r--r--modules/buildsystem/manifests/iurt/config.pp2
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,