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 | 9ad500d31090daf680e6760ece333a9164f653b6 (patch) | |
tree | c84d923df43f12f3dd2cc869de6a5b06da7d67ea /etc/custodian | |
parent | 8b59f320ef19f6470ce0d5a7229a8be58a9f7180 (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/custodian')
-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 |