Skip to content

Commit 741cfab

Browse files
committed
tests(*) increase quit timeout
1 parent b07c785 commit 741cfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/02-integration/02-cmd/08-quit_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ describe("kong quit", function()
3131
assert(helpers.kong_exec("quit --wait 2 --prefix " .. helpers.test_conf.prefix))
3232
ngx.update_time()
3333
local duration = ngx.now() - start
34-
assert.is.near(2, duration, 0.8)
34+
assert.is.near(2, duration, 2)
3535
end)
3636
end)

0 commit comments

Comments
 (0)