]> cloud.milkyroute.net Git - dolphin.git/commit
[PlacesItemModelTest] Try to double test timeout
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Sat, 13 Oct 2018 09:15:09 +0000 (11:15 +0200)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Sat, 13 Oct 2018 09:18:46 +0000 (11:18 +0200)
commitc9dd3478be21bc8a4bbd6102b1d66997df180d5f
treecc8deb8be69cba9006e3c5ac5ab93242151a8a3f
parent009cecfe88ce8560f8e63359547c036c73d25a7e
[PlacesItemModelTest] Try to double test timeout

The randomly failing `testRefresh()` on the CI can be reproduced by
replacing the QTRY_COMPARE with a simple QCOMPARE.

So it seems the CI can be slow such that the default QTR_COMPARE
timeout of 5 seconds is not enough.

If a timeout of 10 seconds fixes this particular test case, we can use
this bigger timeout also in the other failing tests.
src/tests/placesitemmodeltest.cpp