Skip to content

Commit

Permalink
tests: made a test less possible to fail due to timing error.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jul 4, 2017
1 parent 4527ec0 commit 81b8e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/135-worker-id.t
Expand Up @@ -54,7 +54,7 @@ GET /lua
content_by_lua_block {
local counters = ngx.shared.counters
local ok, c
for i = 1, 45 do
for i = 1, 100 do
c = counters:get("c")
if c >= 4 then
ok = true
Expand Down

0 comments on commit 81b8e48

Please sign in to comment.