aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/examples/tst_examples.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/examples/tst_examples.cpp')
-rw-r--r--tests/auto/declarative/examples/tst_examples.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/examples/tst_examples.cpp b/tests/auto/declarative/examples/tst_examples.cpp
index 022b9870c5..5368a0eda4 100644
--- a/tests/auto/declarative/examples/tst_examples.cpp
+++ b/tests/auto/declarative/examples/tst_examples.cpp
@@ -239,7 +239,8 @@ void tst_examples::sgexamples()
QCOMPARE(view.status(), QSGView::Ready);
view.show();
- QTest::qWaitForWindowShown(&view);
+ QTest::qWait(100);
+
}
QTEST_MAIN(tst_examples)