Increase timeout for duchain gcc compatibility test
ClosedPublic

Authored by buschinski on Oct 31 2018, 1:05 PM.

Details

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.

Diff Detail

Repository
R32 KDevelop
Lint
Lint Skipped
Unit
Unit Tests Skipped
buschinski created this revision.Oct 31 2018, 1:05 PM
Restricted Application added a project: KDevelop. · View Herald TranscriptOct 31 2018, 1:05 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald Transcript
buschinski requested review of this revision.Oct 31 2018, 1:05 PM
apol accepted this revision.Oct 31 2018, 3:51 PM
This revision is now accepted and ready to land.Oct 31 2018, 3:51 PM
kfunk added a subscriber: kfunk.Nov 19 2018, 10:37 PM

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

This revision was automatically updated to reflect the committed changes.