Hello, I get different results when running this example on [playground](https://robotframework.org/code/?codeProject=N4IgdghgtgpiBcIDCBXAzgFwPZQAQGMsATOAGhBLXwCcBLABw1qzARBHIDNaAbGNBAG1Q3PgDlocRBn4YAdNSwAjLBg4hCYGVrYAqfbgAqs3Eghp+ufboA6YY5ju5nuQYdqwsKDAF0XuACY0JxcAZT4Yen8ARgAGYNYAXx9yEjoANxgiAAVFACsYfDV4TggeC3JFFQwANRhqNGZWRAB2OWj1KtUAQWoAcwF4YETKmABHFFpqGFgtQcEfRKA) or on my local Robot Framework installation: ```robot *** Test Cases *** Test [Timeout] 2s Sleep 10s ``` Playground shows `itimer_error: [Errno 52] Function not implemented`, while the expected error is `Test timeout 2 seconds exceeded`.