Changes between Initial Version and Version 4 of Ticket #16686
- Timestamp:
- Aug 25, 2011, 11:19:50 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16686 – Description
initial v4 1 1 test_view_decorator has this at the bottom: 2 2 3 3 {{{ 4 4 # And if we wait a few more seconds 5 5 time.sleep(5) … … 8 8 response = other_with_timeout_view(request, '18') 9 9 self.assertEqual(response.content, 'Hello World 18') 10 10 }}} 11 11 12 12 This 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.