Просмотр исходного кода

Reduce the time we wait during h2spec requests

Loïc Hoguin 7 лет назад
Родитель
Сommit
658620019c
1 измененных файлов с 1 добавлено и 1 удалено
  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}
 		]}
 	]).