mirror of https://github.com/scrapy/scrapy.git
TST: Randomize FILES_EXPIRES above 90 days
This commit is contained in:
parent
ac74d5a467
commit
07f9985a94
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue