Bug 29637 - [Qt] Add default timeout while waiting for signals in QWebPage auto tests.
Summary: [Qt] Add default timeout while waiting for signals in QWebPage auto tests.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-09-22 05:08 PDT by Jocelyn Turcotte
Modified: 2009-09-22 06:05 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.13 KB, patch)
2009-09-22 05:10 PDT, Jocelyn Turcotte
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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