Increase delay after new version in test.

This commit is contained in:
Roberto Rosario
2015-10-15 14:54:38 -04:00
parent 418a3ac213
commit 5b0359d379

View File

@@ -119,7 +119,7 @@ class DocumentTestCase(TestCase):
self.assertEqual(Document.objects.count(), 0)
self.assertEqual(DeletedDocument.objects.count(), 1)
time.sleep(1)
time.sleep(2)
DocumentType.objects.check_delete_periods()