Github user calebj commented on the pull request:
https://github.com/apache/nifi-minifi-cpp/commit/a0268cf374c3e632fde89352d77dcf1be29d75dc#commitcomment-25237614
In .travis.yml:
In .travis.yml on line 68:
It was the only way to get the build under Travis's 50 minute limit, heh.
Some tests on OSX randomly fail sometimes. I don't have a mac to test on
here, unfortunately. I'll need help isolating it if it becomes a problem.
I think sharing some of the objects like TestBase.cpp.o between tests would
help with speeding this up, too. If it's just a matter of config changes,
implementing parallel ctest should be a snap.
---