The connections will timeout. @kkroo had similar issues in client and created a workaround. I wasn't able to get it working though :/
I used this script to generate the failures:
for i in {1..15}; do echo $i; nosetests openbts.tests.integration_tests:SIPAuthServeTest; done
It will fail around round 10 for me. I could restart sipauthserve with supervisorctl to get the tests to pass again.