Limits for WebSockets Worker

I have a worker multiplexing 2-3 TCP sockets over a single long-lived websocket so I can use a WASM HTTP & TLS client on a frontend to perform some API requests cross-origin securely. I am getting close to the regular Workers CPU time limit and haven't recieved any warnings so was wondering if Workers that use WebSockets have different limits. Is this true?
Was this page helpful?