1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00
This commit is contained in:
y5nw 2024-11-22 19:58:32 +01:00
parent 9c77b2afae
commit 923f2f1979

View file

@ -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