summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-05-13 12:08:35 +0200
committerRobert Griebl <robert.griebl@qt.io>2022-05-17 20:13:51 +0200
commit95c4f86c4b3fd6a1c48ce04af3d70026bf98663a (patch)
tree4d3119cfcf833b8c9a4a4f25251be350b19d8a28
parent10726617c23bb176339459d09f8feea33ac78cdf (diff)
downloadqtapplicationmanager-95c4f86c4b3fd6a1c48ce04af3d70026bf98663a.tar.gz
Remove unnecessary delay in the simple auto test
Change-Id: I321b1a0d15dbd83d6c9a4521237ea47f631fcaa9 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
-rw-r--r--tests/auto/qml/simple/tst_applicationmanager.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml/simple/tst_applicationmanager.qml b/tests/auto/qml/simple/tst_applicationmanager.qml
index bfce9bc7..dfa9eec9 100644
--- a/tests/auto/qml/simple/tst_applicationmanager.qml
+++ b/tests/auto/qml/simple/tst_applicationmanager.qml
@@ -68,8 +68,6 @@ TestCase {
}
function initTestCase() {
- //Wait for the debugging wrappers to be setup.
- wait(2000 * AmTest.timeoutFactor);
WindowManager.windowAdded.connect(windowHandler.windowAddedHandler)
WindowManager.windowContentStateChanged.connect(windowHandler.windowContentStateChangedHandler)