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:
parent
8d1f468ac0
commit
658620019c
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
]}
|
]}
|
||||||
]).
|
]).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue