From 5873695bffc6429cd2a92d345a6ff513babc062e Mon Sep 17 00:00:00 2001
From: Steve Kemp <steve@steve.org.uk>
Date: Tue, 14 May 2013 13:39:56 +0100
Subject:   Allow retry-behaviour to be tweaked.

  We can now sleep between retesting, and we configure the
 number of repeats via the configuration file.
---
 etc/custodian/custodian.cfg | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

(limited to 'etc')

diff --git a/etc/custodian/custodian.cfg b/etc/custodian/custodian.cfg
index 3f6be17..2887bc7 100644
--- a/etc/custodian/custodian.cfg
+++ b/etc/custodian/custodian.cfg
@@ -58,6 +58,24 @@
 ##
 
 
+##
+#
+# The number of times to repeat a test before regarding it
+# as failed
+#
+# retries = 5
+#
+##
+
+##
+#
+#  Should we sleep before repeating tests?  If so this is the
+# number of second to sleep
+#
+# retry_delay = 1
+#
+##
+
 
 ##
 # The timeout period to use for tests
-- 
cgit v1.2.3