Changes between Initial Version and Version 1 of Ticket #23792


Ignore:
Timestamp:
Nov 10, 2014, 2:53:12 PM (10 years ago)
Author:
Thomas C
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23792 – Description

    initial v1  
    22
    33After 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).
Back to Top