Changes between Initial Version and Version 1 of Ticket #23792
- Timestamp:
- Nov 10, 2014, 2:53:12 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23792 – Description
initial v1 2 2 3 3 After some investigation, I can reproduce the failure by adding a `time.sleep(1)` after this line https://github.com/django/django/blob/88b2a20f047347da86f448fe09a56251d29e4168/django/core/signing.py#L183. 4 5 I suggest the introduction of a context manager `freeze_time` to handle this issue (there is also a recurring pattern for that in Django test suite).