aboutsummaryrefslogtreecommitdiffstats
path: root/test/h2spec_SUITE.erl
diff options
context:
space:
mode:
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.