I've traced a ConnectionTestSuite.h timeout failure to one line of code.
This line hangs when the testsuite runs. This results in a testsuite timeout without any Errors other than a timeout in accordance to this variable.
More specifically I believe it is a bug related to function ssize_t send(int, const void *, size_t, int); found in sys/socket.h.