From 96dc77b3fd466726e09d8a78ae49130eb8e3cfbc Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 3 May 2020 17:39:58 +0300 Subject: increase gcc build timeout --- 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 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, -- cgit v1.2.1