Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change for QTRY_VERIFY in flaky auto test focusNextOnHide()
Auto test tst_QAbstractItemView::focusNextOnHide() is flaky where QVERIFY(table.hasFocus()) sometimes return false where it should be true. Modify QVERIFY for QTRY_VERIFY to give the necessary time to the XCB thread to proceed. Removes the flakiness when testing on OpenSuse 15.5 Change-Id: I83690e7c851430c040a57713516a5df990a89c32 Reviewed-by: Axel Spoerl <[email protected]>
- Loading branch information