diff options
Diffstat (limited to 'modules')
-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 6766f60c..90d1b72d 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -10,7 +10,7 @@ define buildsystem::iurt::config() { 'default' => 18000, 'llvm' => 36000, 'gcc' => 57600, - 'cross-gcc' => 57600, + 'cross-gcc' => 115200, 'paraview' => 115200, 'salome' => 57600, 'itk' => 115200, |