Increase response timeouts.

Change-Id: I5c488a927979bf5f3e8ae04e2cff1a696575dbeb

TBR=Increase timeouts for Zel
diff --git a/devserver.py b/devserver.py
index 23e7701..9ab4490 100755
--- a/devserver.py
+++ b/devserver.py
@@ -32,11 +32,13 @@
                   {
                     # Gets rid of cherrypy parsing post file for args.
                     'request.process_request_body': False,
+                    'response.timeout': 10000,
                   },
                   # Sets up the static dir for file hosting.
                   '/static':
                   { 'tools.staticdir.dir': 'static',
                     'tools.staticdir.on': True,
+                    'response.timeout': 10000,
                   },
                 }
   return base_config