diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-05-14 13:39:56 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-05-14 13:39:56 +0100 |
commit | 5873695bffc6429cd2a92d345a6ff513babc062e (patch) | |
tree | 29b4363775aec961a1c7b766cef1b3516973ffd8 /etc | |
parent | 9188cfc1fb664fb1488ab39361c4ba7511627658 (diff) |
Allow retry-behaviour to be tweaked.
We can now sleep between retesting, and we configure the
number of repeats via the configuration file.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/custodian/custodian.cfg | 18 |
1 files changed, 18 insertions, 0 deletions
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 |