nailgun_syncdb turn off timeout

Required for fixing timeout error in restore master node using octane.

Change-Id: Ic0986967a4643821e297edf074c17519ac9c9b0d
Closes-bug: 1599543
This commit is contained in:
Sergey Abramov 2016-07-06 17:44:40 +03:00
parent 9126c46503
commit 02fca16136
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ class fuel::nailgun::server (
subscribe => File["/etc/nailgun/settings.yaml"],
tries => 50,
try_sleep => 5,
timeout => 0,
}
exec {"nailgun_upload_fixtures":