Browse Source

Reduce the time we wait during h2spec requests

Loïc Hoguin 7 years ago
parent
commit
658620019c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/h2spec_SUITE.erl

+ 1 - 1
test/h2spec_SUITE.erl

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