decrease exec timeout

This commit is contained in:
Sergey Kulikov 2016-08-04 14:45:46 +00:00
parent 69f159fc55
commit 6fa2178bc5
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class rally::install inherits rally {
path => ['/bin', '/sbin', '/usr/bin', '/usr/sbin'],
user => $rally::rally_user,
cwd => $rally::rally_home,
timeout => 600,
timeout => 500,
unless => "test -x ${rally::rally_venv}/bin/rally",
}
}