>>>>> Achim Nierbeck <[email protected]>: > Try to use a different tool, I've experienced that travis-ci also does have > a limitation on the time of a project build. > Therefore it might very well be, that your project just takes to long.
travis-ci times out after 10 minutes of inactivity, and that's what happens to my builds after the merge (inactivity while waiting for karaf to boot). However, prior to the merge, karaf with my features boots in less than a minute on travis-ci. That's also what happens after the merge, when building locally. So when karaf hasn't booted within 10 minutes it isn't likely that it will boot at all. Nevertheless, I've tried with bumping the inctivity time-out to 20 minutes, but (as expected) it didn't make any difference Thanks! - Steinar
