diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-03-30 23:12:42 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-03-30 23:12:42 +0100 |
commit | ad4f9cbd07cae8428bbba2e3722d6a05e1f69bcd (patch) | |
tree | 48fadf5be8a7b7add35c282948dc8ee87ee8d5d0 | |
parent | df956ccedcf47646cc827c8ffaaee53745d01ea7 (diff) | |
download | puppet-ad4f9cbd07cae8428bbba2e3722d6a05e1f69bcd.tar puppet-ad4f9cbd07cae8428bbba2e3722d6a05e1f69bcd.tar.gz puppet-ad4f9cbd07cae8428bbba2e3722d6a05e1f69bcd.tar.bz2 puppet-ad4f9cbd07cae8428bbba2e3722d6a05e1f69bcd.tar.xz puppet-ad4f9cbd07cae8428bbba2e3722d6a05e1f69bcd.zip |
Increase timeout for atlas
-rw-r--r-- | modules/buildsystem/manifests/iurt/config.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index 92fa6bd1..6c07ae4d 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -18,6 +18,7 @@ define buildsystem::iurt::config() { 'gnuradio' => 36000, 'webkit' => 57600, 'openfoam' => 115200, + 'atlas' => 57600, } file { "/etc/iurt/build/${distribution}.conf": |