mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
review
This commit is contained in:
parent
9c77b2afae
commit
923f2f1979
1 changed files with 1 additions and 2 deletions
|
@ -213,8 +213,7 @@ local function test_async_job_replacement(cb)
|
|||
local running = capacity
|
||||
for _ = 1, capacity do
|
||||
core.handle_async(function()
|
||||
local t = core.get_us_time()
|
||||
core.ipc_poll("unittests:end_blocking", 100)
|
||||
core.ipc_poll("unittests:end_blocking", 1000)
|
||||
end, function()
|
||||
running = running - 1
|
||||
if running <= 0 then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue