From 923f2f1979910ed74134ce7e47a9fa339819c1b1 Mon Sep 17 00:00:00 2001 From: y5nw <37980625+y5nw@users.noreply.github.com> Date: Fri, 22 Nov 2024 19:58:32 +0100 Subject: [PATCH] review --- games/devtest/mods/unittests/async_env.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games/devtest/mods/unittests/async_env.lua b/games/devtest/mods/unittests/async_env.lua index 59fba929f..0267ca536 100644 --- a/games/devtest/mods/unittests/async_env.lua +++ b/games/devtest/mods/unittests/async_env.lua @@ -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