diff --git a/rockspecs/lua-resty-healthcheck-api7-master-0-0.rockspec b/rockspecs/lua-resty-healthcheck-api7-master-0-0.rockspec index f62be4f..ffc080f 100644 --- a/rockspecs/lua-resty-healthcheck-api7-master-0-0.rockspec +++ b/rockspecs/lua-resty-healthcheck-api7-master-0-0.rockspec @@ -17,8 +17,8 @@ description = { } dependencies = { - "lua-resty-worker-events = 1.0.0", - "penlight ~> 1.7", + "lua-resty-worker-events ~> 2", + "penlight >= 1.7.0", "lua-resty-timer ~> 1" } build = { @@ -26,4 +26,4 @@ build = { modules = { ["resty.healthcheck"] = "lib/resty/healthcheck.lua", } -} +} \ No newline at end of file diff --git a/t/get_target_list.t b/t/get_target_list.t index 100af1e..6734047 100644 --- a/t/get_target_list.t +++ b/t/get_target_list.t @@ -75,3 +75,4 @@ qq{ } --- request GET /t +--- timeout: 5