qtdeclarative/tests
Mitch Curtis d8d55cd69a tst_qquickanimatedimage::playingAndPausedChanges: bump timeout to 2 seconds
e7b90cfc31 changed the default to 1
second, which results in a failure:

FAIL!  : tst_qquickanimatedimage::playingAndPausedChanges() QTestLib: This test case check ("!obj->isPlaying()") failed because the requested timeout (1000 ms) was too short, 1050 ms would have been sufficient this time.

Bump it to 2 seconds.

Task-number: QTBUG-138662
Change-Id: I3ccbc5c6a13ac45752b252263e925ceb9edc6a5c
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2025-08-31 15:41:49 +08:00
..
auto tst_qquickanimatedimage::playingAndPausedChanges: bump timeout to 2 seconds 2025-08-31 15:41:49 +08:00
baseline SearchField: Fix baseline test failures 2025-08-18 06:57:39 +00:00
benchmarks Benchmark filters and sorters in QML SFPM 2025-07-21 11:22:28 +02:00
global
libfuzzer/qml
manual tests: Support looping in vector image manual test 2025-08-20 08:28:53 +02:00
system
testapplications
CMakeLists.txt
README

README

This directory contains autotests and benchmarks based on QTestlib. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.

Linux X11:

   * The user must be logged in to an active desktop; you can't run the
     autotests without a valid DISPLAY that allows X11 connections.

   * The tests are run against a KDE3 or KDE4 desktop.

   * Window manager uses "click to focus", and not "focus follows mouse". Many
     tests move the mouse cursor around and expect this to not affect focus
     and activation.

   * Disable "click to activate", i.e., when a window is opened, the window
     manager should automatically activate it (give it input focus) and not
     wait for the user to click the window.