Changes between Initial Version and Version 4 of Ticket #16686


Ignore:
Timestamp:
Aug 25, 2011, 11:19:50 AM (13 years ago)
Author:
Aymeric Augustin
Comment:

Fixed formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16686 – Description

    initial v4  
    11test_view_decorator has this at the bottom:
    22
    3 
     3{{{
    44        # And if we wait a few more seconds
    55        time.sleep(5)
     
    88        response = other_with_timeout_view(request, '18')
    99        self.assertEqual(response.content, 'Hello World 18')
    10 
     10}}}
    1111
    1212This fails on the Ubuntu build machines, although it succeeds on local builds.  I got it to pass by bumping up the sleep to 5 seconds, but that's just a bandaid.
Back to Top