aboutsummaryrefslogtreecommitdiffstats
path: root/test/h2spec_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/h2spec_SUITE.erl')
-rw-r--r--test/h2spec_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
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}
]}
]).