mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-02 07:40:20 +02:00
Ensafen luacontroller run time test
This commit is contained in:
@ -176,7 +176,7 @@ describe("LuaController", function()
|
|||||||
it("limits run time", function()
|
it("limits run time", function()
|
||||||
mesecon._test_program_luac(pos, [[
|
mesecon._test_program_luac(pos, [[
|
||||||
port.a = true
|
port.a = true
|
||||||
while true do end
|
for i = 1, 1000000 do end
|
||||||
]])
|
]])
|
||||||
mineunit:execute_globalstep()
|
mineunit:execute_globalstep()
|
||||||
assert.equal("mesecons_luacontroller:luacontroller0000", world.get_node(pos).name)
|
assert.equal("mesecons_luacontroller:luacontroller0000", world.get_node(pos).name)
|
||||||
|
Reference in New Issue
Block a user