From c4b4b01d8ea708f7a1c4cb5adaed8f4abdc623a3 Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Tue, 19 Mar 2013 13:41:34 +0100 Subject: [PATCH] QmlDebugging: Remove 'insignificant_test' The test cases used to depend on a specific port being free for client-server communication. Since, the test cases now use a port range, they should be more stable now. The timeout has also been increased from 5s to 10s to ensure that the application output is read. Task-number: QTBUG-28263 Change-Id: I7f0670713b8a901e4da3c3d62bbb9fc18e38bd25 Reviewed-by: Kai Koehne --- tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro | 2 -- tests/auto/qml/debugger/shared/debugutil_p.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro b/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro index d4ce36d..eb5f17a 100644 --- a/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro +++ b/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro @@ -22,5 +22,3 @@ OTHER_FILES += data/test.qml data/test.js \ data/breakpointRelocation.qml \ data/createComponent.qml DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 - -mac:CONFIG+=insignificant_test # QTBUG-28263 diff --git a/tests/auto/qml/debugger/shared/debugutil_p.h b/tests/auto/qml/debugger/shared/debugutil_p.h index 363aabb..2b9a943 100644 --- a/tests/auto/qml/debugger/shared/debugutil_p.h +++ b/tests/auto/qml/debugger/shared/debugutil_p.h @@ -57,7 +57,7 @@ class QQmlDebugTest { public: - static bool waitForSignal(QObject *receiver, const char *member, int timeout = 5000); + static bool waitForSignal(QObject *receiver, const char *member, int timeout = 10000); }; class QQmlDebugTestClient : public QQmlDebugClient -- 2.7.4