From 658620019c045de1a2b847f8579afdd42cef68ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 30 Apr 2018 13:48:09 +0200 Subject: Reduce the time we wait during h2spec requests --- test/h2spec_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/h2spec_SUITE.erl b/test/h2spec_SUITE.erl index 1eb18ee..aff4f2b 100644 --- a/test/h2spec_SUITE.erl +++ b/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} ]} ]). -- cgit v1.2.3