diff options
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/quick/qquickanimations/tst_qquickanimations.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickanimations/tst_qquickanimations.cpp b/tests/auto/quick/qquickanimations/tst_qquickanimations.cpp index c6c844993a..ea64eb842d 100644 --- a/tests/auto/quick/qquickanimations/tst_qquickanimations.cpp +++ b/tests/auto/quick/qquickanimations/tst_qquickanimations.cpp @@ -40,6 +40,8 @@ private slots: { QQmlEngine engine; // ensure types are registered QQmlDataTest::initTestCase(); + // 1 second is not quite enough, since many animations are 1 second long. + QTest::defaultTryTimeout.store(std::chrono::seconds(2)); } void simpleProperty(); |