Skip to content

Commit 0c8df2f

Browse files
committed
Revert "tests: try to make a test case less possible to fail on slow machines."
This reverts commit e5d7fc9.
1 parent e5d7fc9 commit 0c8df2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/135-worker-id.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ GET /lua
5454
content_by_lua_block {
5555
local counters = ngx.shared.counters
5656
local ok, c
57-
for i = 1, 200 do
57+
for i = 1, 100 do
5858
c = counters:get("c")
5959
if c >= 4 then
6060
ok = true

0 commit comments

Comments
 (0)