evo-lua / evo-luvi

[Obsolete] Experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
https://evo-lua.github.io
Apache License 2.0
1 stars 0 forks source link

Add a configurable timeout for unit and acceptance tests #156

Open Duckwhale opened 1 year ago

Duckwhale commented 1 year ago

Similar to mocha, if there is async tests running that keep doing stuff without finishing, it should be considered a failure.

Example: Interval timer for sending data to a TCP server (see TCP_BACKPRESSURE tests)


Probably blocked by #70?