Merge "Add timeout for static uplink script"

This commit is contained in:
Jenkins 2017-03-20 09:12:56 +00:00 committed by Gerrit Code Review
commit aeecae30c3
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ class midonet::gateway::static (
exec { 'run gateway static creation script':
command => "/bin/bash -x ${scripts_dir}/${uplink_script} 2>&1 | tee ${scripts_dir}/${uplink_script}.out",
returns => ['0', '7'],
timeout => 1800,
require => [
File['fake_uplink_script'],
]