Bug 29637

Summary: [Qt] Add default timeout while waiting for signals in QWebPage auto tests.
Product: WebKit Reporter: Jocelyn Turcotte <jturcotte>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: hausmann
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch hausmann: review+

Description Jocelyn Turcotte 2009-09-22 05:08:29 PDT
Auto tests are failing in some case however they hang waiting for the signal forever.
The patch adds a default timeout of 10 seconds to make those assertion fail since now the result is always true and the assertion isn't used.

Initial patch provided for the problem by Paul Olav Tvete.
Comment 1 Jocelyn Turcotte 2009-09-22 05:10:12 PDT
Created attachment 39912 [details]
Patch
Comment 2 Simon Hausmann 2009-09-22 06:05:18 PDT
Landed in r48632