From 972b2d319dc02e34bbecb0406c8cbdb5088fb3e2 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Thu, 1 Dec 2016 17:17:32 +0800 Subject: [PATCH] Fix spec test for sync Change-Id: Id235bdf7ab7d9b97e2681517e723d8a8a70913ad --- spec/classes/mistral_db_sync_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/classes/mistral_db_sync_spec.rb b/spec/classes/mistral_db_sync_spec.rb index 949386c..4373ca6 100644 --- a/spec/classes/mistral_db_sync_spec.rb +++ b/spec/classes/mistral_db_sync_spec.rb @@ -11,6 +11,8 @@ describe 'mistral::db::sync' do :path => '/usr/bin', :user => 'mistral', :refreshonly => 'true', + :try_sleep => 5, + :tries => 10, :logoutput => 'on_failure' )