walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
http://www.workerman.net
MIT License
11.03k stars 2.25k forks source link

Tests improvements: Udp and websocket server code stubs moved out to Stub directory #983

Closed luzrain closed 8 months ago

luzrain commented 8 months ago

Moved out Udp and websocket server code stubs to Stub directory for better code readability. Decreased sleep timers from 1sec to 0.25sec, which should be enough. This small change reduced the tests runtime from 22sec to 13sec.