aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/iurt/config.pp
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2016-10-06 21:52:07 +0100
committerPascal Terjan <pterjan@gmail.com>2016-10-06 21:52:07 +0100
commit43c5d30a8aa307eef55ef7870d7673f3241fef3a (patch)
tree79950aa50b7bfe26a6f61687d1bc0da6eb7a0380 /modules/buildsystem/manifests/iurt/config.pp
parent02eace8a525f3062be3e9d510ea7ee8039ba5474 (diff)
downloadpuppet-43c5d30a8aa307eef55ef7870d7673f3241fef3a.tar
puppet-43c5d30a8aa307eef55ef7870d7673f3241fef3a.tar.gz
puppet-43c5d30a8aa307eef55ef7870d7673f3241fef3a.tar.bz2
puppet-43c5d30a8aa307eef55ef7870d7673f3241fef3a.tar.xz
puppet-43c5d30a8aa307eef55ef7870d7673f3241fef3a.zip
Increase timeout for cross-gcc
Diffstat (limited to 'modules/buildsystem/manifests/iurt/config.pp')
-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 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,