summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/examples/tst_examples.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/examples/tst_examples.cpp b/tests/auto/declarative/examples/tst_examples.cpp
index 0a74b643..8b783f44 100644
--- a/tests/auto/declarative/examples/tst_examples.cpp
+++ b/tests/auto/declarative/examples/tst_examples.cpp
@@ -224,7 +224,7 @@ void tst_examples::examples()
viewer.show();
- QVERIFY(QTest::qWaitForWindowActive(&viewer));
+ QVERIFY(QTest::qWaitForWindowActive(&viewer, 3000));
}
QTEST_MAIN(tst_examples)