Discussion:
D16541: Increase timeout for duchain gcc compatibility test
Bernd Buschinski
2018-10-31 13:05:28 UTC
Permalink
buschinski created this revision.
buschinski added a reviewer: KDevelop.
Herald added a project: KDevelop.
Herald added a subscriber: kdevelop-devel.
buschinski requested review of this revision.

REVISION SUMMARY
This test depends on your system configuration and the presence of many headers.
Running the test in debug mode with address sanitizer can make it slow, so 5 seconds might not be enough.
In fact, it takes around ~10seconds here. Plus the test also fails on the CI because of the short timeout.

Increasing it to 50secs solves the problem for me.

REPOSITORY
R32 KDevelop

REVISION DETAIL
https://phabricator.kde.org/D16541

AFFECTED FILES
plugins/clang/tests/test_duchain.cpp

To: buschinski, #kdevelop
Cc: kdevelop-devel, glebaccon, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
Aleix Pol Gonzalez
2018-10-31 15:51:30 UTC
Permalink
apol accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
R32 KDevelop

REVISION DETAIL
https://phabricator.kde.org/D16541

To: buschinski, #kdevelop, apol
Cc: kdevelop-devel, glebaccon, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
Kevin Funk
2018-11-19 22:37:48 UTC
Permalink
kfunk added a comment.


Will change to 60s (looks better) and then push. Thanks!

REPOSITORY
R32 KDevelop

REVISION DETAIL
https://phabricator.kde.org/D16541

To: buschinski, #kdevelop, apol
Cc: kfunk, kdevelop-devel, glebaccon, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
Kevin Funk
2018-11-19 22:39:41 UTC
Permalink
This revision was automatically updated to reflect the committed changes.
Closed by commit R32:6b645175138e: Increase timeout for duchain gcc compatibility test (authored by kfunk).

REPOSITORY
R32 KDevelop

CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D16541?vs=44541&id=45852

REVISION DETAIL
https://phabricator.kde.org/D16541

AFFECTED FILES
plugins/clang/tests/test_duchain.cpp

To: buschinski, #kdevelop, apol
Cc: kfunk, kdevelop-devel, glebaccon, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
Loading...