Merge "Add timeout for static uplink script" into stable/newton

This commit is contained in:
Jenkins 2017-04-07 08:48:36 +00:00 committed by Gerrit Code Review
commit e0e3df6eea
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}/create_fake_uplink_l2.sh 2>&1 | tee /tmp/bash.out",
returns => ['0', '7'],
timeout => 1800,
require => [
File['fake_uplink_script'],
]