Endpoint Timeouts

I can’t believe I need to post about this topic again but, this endpoint does not timeout at 90 seconds. Why?

New-PSUEndpoint -Url “/test/timeout” -Method @(‘GET’) -Endpoint {
Start-Sleep 120
return 0
} -Tag @(‘test’) -Timeout 90

Product: PowerShell Universal
Version: 4.1.8