Sh function timeout value not working

Hello,

The timeout option in the sh function does not seem to be working properly.

According to the documentation, the default is 1 minute.

Example1: $sh("sleep 3 ; echo test")$

Result: Timeout

Example2: $sh("sleep 3 ; echo test", 10, 1")$

Result:. Timeout

Example3: $sh("sleep 2 ; echo test")$

Result: "test"

Using version: KLWP Pro 3.32b819808

Thanks!

-josh