Skip to content

Commit

Permalink
fix testtimer
Browse files Browse the repository at this point in the history
Bug introduced in commit #229f505
  • Loading branch information
zhoupy committed Jan 25, 2024
1 parent 9fb99d7 commit 70d5f35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/testtimer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ local function test_timer()
local s = core.timeout(100 + n, f)
context[s] = n
end
core.wait()
WAIT = core.running()
core.wait(WAIT)
end

local function test_userdata()
Expand Down

0 comments on commit 70d5f35

Please sign in to comment.