From 39d10d6e9ec2eeb832ff378c3612015e4c12860e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 21 Mar 2020 01:57:30 +0100 Subject: bump again the timeout for clang --- modules/buildsystem/manifests/iurt/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1