Comment #1 on issue 342 by pekka.klarck: add callback for keyword Timeout
http://code.google.com/p/robotframework/issues/detail?id=342

Do you mean that there should be function/keyword that would be called if a timeout occurs? You can already do that by setting the timeout message yourself and using for
example this:

| Run Keyword If | "${TEST_MESSAGE}" == "My special msg" | Callback Keyword |

We could also add special `Run Keyword If Timeout Occurred` keyword to BuiltIn. This keyword should probably separate test timeouts from keyword timeouts somehow or
alternatively we needed two keywords. I'm not sure is that worth the effort.

Does the proposed approach work for you or would you like to have some other way to
specify the callback?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to