aboutsummaryrefslogtreecommitdiffstats
path: root/test/h2spec_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-04-25 21:32:58 +0200
committerLoïc Hoguin <[email protected]>2018-04-25 21:32:58 +0200
commit7373822b8645f34c03a7bf522ea170c62817d8e8 (patch)
tree386c2805a19eb0f8561e94614a668ff3c736fb75 /test/h2spec_SUITE.erl
parent8bd55941aa362632a6e9d8bdca6789cc21ba7e8a (diff)
downloadcowboy-7373822b8645f34c03a7bf522ea170c62817d8e8.tar.gz
cowboy-7373822b8645f34c03a7bf522ea170c62817d8e8.tar.bz2
cowboy-7373822b8645f34c03a7bf522ea170c62817d8e8.zip
Add the max_concurrent_streams h2 option
Diffstat (limited to 'test/h2spec_SUITE.erl')
-rw-r--r--test/h2spec_SUITE.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/h2spec_SUITE.erl b/test/h2spec_SUITE.erl
index 3429bb3..1eb18ee 100644
--- a/test/h2spec_SUITE.erl
+++ b/test/h2spec_SUITE.erl
@@ -30,7 +30,8 @@ init_per_suite(Config) ->
skip;
_ ->
cowboy_test:init_http2(h2spec, #{
- env => #{dispatch => init_dispatch()}
+ env => #{dispatch => init_dispatch()},
+ max_concurrent_streams => 100
}, Config)
end.