mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-20 21:21:51 +02:00
* remove setuptools_scm.patch as needed to set python module version * add tutorial sub package with tutorial files
15 lines
492 B
Diff
15 lines
492 B
Diff
increase time suggested here:
|
|
https://github.com/cherrypy/cherrypy/issues/1896
|
|
|
|
--- a/cherrypy/test/test_static.py
|
|
+++ b/cherrypy/test/test_static.py
|
|
@@ -76,7 +76,7 @@
|
|
class Root:
|
|
|
|
@cherrypy.expose
|
|
- @cherrypy.config(**{'response.stream': True})
|
|
+ @cherrypy.config(**{'response.stream': True, 'server.socket_timeout': 5})
|
|
def bigfile(self):
|
|
self.f = static.serve_file(bigfile_filepath)
|
|
return self.f
|