summaryrefslogtreecommitdiff
path: root/lib/custodian.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-15 10:42:11 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-15 10:42:11 +0000
commited13289034add176541498ecaaf98ceec2418db2 (patch)
tree6cbe2ca98f291c7babfc835c81dc4d6486ce78af /lib/custodian.rb
parent59f6a99cf4099a4286aaec8834887893e810950f (diff)
Alert after three failures.
Diffstat (limited to 'lib/custodian.rb')
-rw-r--r--lib/custodian.rb2
1 files changed, 1 insertions, 1 deletions
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." )