David Biehl
David Biehl
Can you post the Travis output when it fails?
I think the intent of the test is confused. The test that fails is `test_defaut_thread_limit` but we're actually asserting that this code will finish in less than 3 seconds ......
Check out this commit as a potential solution: https://github.com/davidbiehl/pmap/commit/a54e1d75b7b1f79bb320cd4ffb5b12325922d698 I'm not quite sure if I like it ... but it ... - demonstrates that multiple threads are being created -...
I wonder if checking the ThreadGroup size is really an effective test ... I think checking sleep times is probably better
I'd like to see this in the main branch as well. We define a lot of our own helpers, and to be able to use those in the styleguide would...