0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Reduce the time we wait during h2spec requests

This commit is contained in:
Loïc Hoguin 2018-04-30 13:48:09 +02:00
parent 8d1f468ac0
commit 658620019c
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -43,7 +43,7 @@ end_per_suite(_Config) ->
init_dispatch() -> init_dispatch() ->
cowboy_router:compile([ cowboy_router:compile([
{'_', [ {'_', [
{"/", delay_hello_h, 500} {"/", delay_hello_h, 50}
]} ]}
]). ]).