Russ I think it would work if the timeout was just increased. On Tue, Dec 10, 2013 at 12:36 AM, Shai Berger <[email protected]> wrote: > > This would be a new feature, and I think it is a little late for one of those > for 1.6. In 1.7, the whole StoppableWSGIServer class is gone -- with Python > 2.7 and above, the stdlib's WSGIServer provides the needed functionality. You > might want to investigate how (if) timeouts are set for Python>=2.7's > WSGIServer -- at a glance, I didn't see any such thing in the Django code.
True, I added django 1.7 to my test matrix and have experienced no such problem. As for Django < 1.7 well .... the monkey patch is not glorious: https://github.com/yourlabs/django-autocomplete-light/blob/v2/autocomplete_light/tests/widget.py#L14 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CALC3KaczaYpJO-MjKsJLKfi82yCY3BXuMM_vPor5-uWX5KFHJA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
