Skip to content
  • Martin Flöser's avatar
    [autotests] Fix DecorationButtonTest::testPressAndHold with Qt 5.9 · da28d8a4
    Martin Flöser authored
    The test does a QTest::qWait for the double click interval. But when
    returning form qWait it did not wait the expected 400 msec, but only
    399, at least the elapsed timer waiting for the double click interval
    has not yet expired.
    
    To make the test pass a small amount is added to the wait.
    da28d8a4