Revert "QmlDebugging: Remove 'insignificant_test'"
authorAurindam Jana <aurindam.jana@digia.com>
Mon, 15 Apr 2013 15:56:54 +0000 (17:56 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 16 Apr 2013 07:14:51 +0000 (09:14 +0200)
This reverts commit c4b4b01d8ea708f7a1c4cb5adaed8f4abdc623a3.
The testcase is still flaky on OSX.

Change-Id: I6970b681c3172f7074c00b38c3362d5f212392ab
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro
tests/auto/qml/debugger/shared/debugutil_p.h

index eb5f17a..d4ce36d 100644 (file)
@@ -22,3 +22,5 @@ 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
index 2b9a943..363aabb 100644 (file)
@@ -57,7 +57,7 @@
 class QQmlDebugTest
 {
 public:
-    static bool waitForSignal(QObject *receiver, const char *member, int timeout = 10000);
+    static bool waitForSignal(QObject *receiver, const char *member, int timeout = 5000);
 };
 
 class QQmlDebugTestClient : public QQmlDebugClient