diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-10-06 21:52:07 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-10-06 21:52:07 +0100 |
commit | 43c5d30a8aa307eef55ef7870d7673f3241fef3a (patch) | |
tree | 79950aa50b7bfe26a6f61687d1bc0da6eb7a0380 | |
parent | 02eace8a525f3062be3e9d510ea7ee8039ba5474 (diff) | |
download | puppet-43c5d30a8aa307eef55ef7870d7673f3241fef3a.tar puppet-43c5d30a8aa307eef55ef7870d7673f3241fef3a.tar.gz puppet-43c5d30a8aa307eef55ef7870d7673f3241fef3a.tar.bz2 puppet-43c5d30a8aa307eef55ef7870d7673f3241fef3a.tar.xz puppet-43c5d30a8aa307eef55ef7870d7673f3241fef3a.zip |
Increase timeout for cross-gcc
-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, |