mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Fixes the test for expiration
This commit is contained in:
parent
8181535f40
commit
40db244d4a
@ -152,7 +152,7 @@ class TestCeleryScheduleParsing(TestCase):
|
|||||||
MAIL_EXPIRE_TIME = 9.0 * 60.0
|
MAIL_EXPIRE_TIME = 9.0 * 60.0
|
||||||
CLASSIFIER_EXPIRE_TIME = 59.0 * 60.0
|
CLASSIFIER_EXPIRE_TIME = 59.0 * 60.0
|
||||||
INDEX_EXPIRE_TIME = 23.0 * 60.0 * 60.0
|
INDEX_EXPIRE_TIME = 23.0 * 60.0 * 60.0
|
||||||
SANITY_EXPIRE_TIME = 7.0 * 23.0 * 60.0 * 60.0
|
SANITY_EXPIRE_TIME = ((7.0 * 24.0) - 1.0) * 60.0 * 60.0
|
||||||
|
|
||||||
def test_schedule_configuration_default(self):
|
def test_schedule_configuration_default(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user