Commit 0da7ec7d authored by Rane Squires's avatar Rane Squires

increase default timeout from five minutes to one hour of install exec

parent 15af5dc0
Pipeline #79 failed with stages
......@@ -100,6 +100,7 @@ class matlab::install( # $namevar matlab release version
creates => $install_destination, # when this folder appears, we assume it got installed
require => File["matlab_input.${name_}"],
alias => "matlab_install.${name_}",
timeout => 3600,
}
# create 'licenses' directory
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment