validate:launcher: Show timeout seconds for timeout result message
authorYoung Han Lee <y.lee@lge.com>
Sun, 29 Mar 2015 02:13:01 +0000 (11:13 +0900)
committerThibault Saunier <tsaunier@gnome.org>
Mon, 30 Mar 2015 11:32:57 +0000 (13:32 +0200)
commit4725f4ec099cace11b680ca7ca916362a4ad14c0
tree46e8fb62640df1b71804883d29c2d5e8285904d1
parent4c7ec6b8b13a7c1ec1f8c4e8a9ddab887c1e54aa
validate:launcher: Show timeout seconds for timeout result message

Current timeout message doesn't show how many seconds a test took and
it is timeouted by normal timeout or hard timeout.

This patch changes the message like following.

1. normal timeout
old : validate.http.playback.reverse_playback.raw_video_mov: Timeout (Application timed out)
new : validate.http.playback.reverse_playback.raw_video_mov: Timeout (Application timed out: 120 secs)

2. hard timeout
old : validate.http.playback.reverse_playback.raw_video_mov: Timeout (Application timed out)
new : validate.http.playback.reverse_playback.raw_video_mov: Timeout (Hard timeout reached: 600 secs)

https://bugzilla.gnome.org/show_bug.cgi?id=746957
validate/launcher/baseclasses.py