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.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/h2spec_SUITE.erl b/test/h2spec_SUITE.erl
index 28e3fa8..fe93fdc 100644
--- a/test/h2spec_SUITE.erl
+++ b/test/h2spec_SUITE.erl
@@ -40,8 +40,8 @@ end_per_suite(_Config) ->
init_dispatch() ->
cowboy_router:compile([
- {"localhost", [
- {"/", hello_h, []}
+ {'_', [
+ {"/", delay_hello_h, 500}
]}
]).