From ed13289034add176541498ecaaf98ceec2418db2 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 15 Nov 2012 10:42:11 +0000 Subject: Alert after three failures. --- lib/custodian.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/custodian.rb b/lib/custodian.rb index d81dab8..e93b790 100644 --- a/lib/custodian.rb +++ b/lib/custodian.rb @@ -66,7 +66,7 @@ class Custodian if ( ENV['REPEAT'] ) @retry_count=ENV['REPEAT'].to_i else - @retry_count=5 + @retry_count=3 end log_message( "We'll run each test #{@retry_count} before alerting failures." ) -- cgit v1.2.1