From e6a7ab6444dab12c36bc67531a73ce785b5143b6 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 17 Oct 2012 13:45:21 -0700 Subject: Increase the timeout for the example window to 3s (up from 1) The examples test is failing on different tests every time, so it's likely to be a timing issue. Change-Id: I3fc8826d1100dba8e62839eb7f8d67b5bda3b761 Reviewed-by: Robin Burchell --- tests/auto/declarative/examples/tst_examples.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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) -- cgit v1.2.3