Added max retries option + tests

This commit is contained in:
Swen Kooij
2017-02-02 15:01:40 +02:00
parent 1ef02616ec
commit 9a976d5ec8
4 changed files with 39 additions and 8 deletions

View File

@@ -23,3 +23,7 @@ LANGUAGES = (
INSTALLED_APPS = (
'tests',
)
# set to a lower number than the default, since
# we want the tests to be fast, default is 100
LOCALIZED_FIELDS_MAX_RETRIES = 3