4407: Server hangs while fetching feeds on slow internet connection

skies457

What version are you running?

2.5.2

What's the URL of the page containing the problem?

/admin/feed/news/

What steps will reproduce the problem?

  1. Visiting ReviewBoard's admin interface on a slow internet connection
  2. Server completely hangs at feed request

What is the expected output? What do you see instead?

Users should be able to proceed without loading the feed

What operating system are you using? What browser?

Windows 10, Chrome 50.0.2661

Please provide any additional information below.

The bug is related to djblets/feedview/views.py, a timeout should be set on urlopen request. Could be better if the feed can be loaded asynchronously.