Status: New Owner: ---- Labels: Type-Enhancement Priority-Medium
New issue 364 by metalzong: Run Keyword If Timeout Occurred http://code.google.com/p/robotframework/issues/detail?id=364 In current implementation, if a test case has timeout setting, robot will break certain case if execution time exceeded. But, this action will cause data remained in telnet connection and then the later operations on telnet connection will get wrong response. To avoid this problem, read all queued data or open a new connection is required. How to notify or handle the "timeout" status? For example, let test case teardown know the "timeout" status or define an action when timeout (in global place). Another solution is adding a build-in keyword named "Run Keyword If Timeout Occurred" which can be used in tear down. -- 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
