Skip to content

Commit 9f0f9ea

Browse files
committed
tests: made a test case in 124-init-worker.t less possible to fail in slow testing mode.
1 parent b773bca commit 9f0f9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/124-init-worker.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ warn(): Thu, 01 Jan 1970 01:34:38 GMT
510510
location = /t {
511511
content_by_lua '
512512
local i = 0
513-
while not done and i < 1000 do
513+
while not done and i < 3000 do
514514
ngx.sleep(0.001)
515515
i = i + 1
516516
end

0 commit comments

Comments
 (0)