Merge pull request #2460 from redapple/filepipe-random-test-fail

TST: Randomize FILES_EXPIRES above 90 days
This commit is contained in:
Mikhail Korobov 2016-12-21 23:23:50 +05:00 committed by GitHub
commit cc06b6b1f6
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class FilesPipelineTestCaseCustomSettings(unittest.TestCase):
return "".join([chr(random.randint(97, 123)) for _ in range(10)])
settings = {
"FILES_EXPIRES": random.randint(1, 1000),
"FILES_EXPIRES": random.randint(100, 1000),
"FILES_URLS_FIELD": random_string(),
"FILES_RESULT_FIELD": random_string(),
"FILES_STORE": self.tempdir