Merge branch 'py38-windows-test' into ctrlc-windows
This commit is contained in:
commit
77a0e043ed
|
@ -8,7 +8,7 @@ from sanic.views import CompositionView, HTTPMethodView
|
||||||
from sanic.views import stream as stream_decorator
|
from sanic.views import stream as stream_decorator
|
||||||
|
|
||||||
|
|
||||||
data = "abc" * 10000000
|
data = "abc" * 1_000_000
|
||||||
|
|
||||||
|
|
||||||
def test_request_stream_method_view(app):
|
def test_request_stream_method_view(app):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user