Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

These tests are expensive because they have to compile one C extension per test 
but I don't see any way to make them faster than does not complicate the whole 
setup considerably.

I have tried to compile a shared object containing the common parts but it just 
saves 35% of the time and is a bit of a mess to keep that state around.

Making the timeout bigger can be a possibility, certainly, but this also means 
the builder will get stuck more time in race conditions or deadlocks :(

----------
nosy: +lys.nikolaou

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41741>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to