Github user phrocker commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/148
@calebj We also haven't explored disabling optimizations to speed up catch
builds or using CATCH_CONFIG_FAST_COMPILE ( which is supposed to help by 20% )
for travis builds.
On my machine with some port changes across configs test runs take about
60seconds versus a few minutes. For my latest branch (
https://github.com/apache/nifi-minifi-cpp/compare/master...phrocker:MINIFICPP-60?expand=1
) it helped tremendously. I'll get your PR merged in a bit. You are free to
squash or fixup...otherwise I'll simply squash the commits into a single one
and merge. Thanks!
---