[issue41741] test_peg_generator timed out (25 min) on x86 Gentoo Non-Debug with X 3.9

2020-11-16 Thread STINNER Victor
STINNER Victor added the comment: https://buildbot.python.org/all/#/builders/51 is green for 2 months, I close the issue. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue41741] test_peg_generator timed out (25 min) on x86 Gentoo Non-Debug with X 3.9

2020-09-08 Thread STINNER Victor
STINNER Victor added the comment: > 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 :( Race conditions and deadlocks are less likely than false alarms of builds failed because the timeout

[issue41741] test_peg_generator timed out (25 min) on x86 Gentoo Non-Debug with X 3.9

2020-09-07 Thread Pablo Galindo Salgado
Pablo Galindo Salgado 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

[issue41741] test_peg_generator timed out (25 min) on x86 Gentoo Non-Debug with X 3.9

2020-09-07 Thread STINNER Victor
New submission from STINNER Victor : On the slow x86 Gentoo Non-Debug with X 3.9 buildbot, test_peg_generator timed out after 25 min, twice. https://buildbot.python.org/all/#/builders/51/builds/24 Either, we increase the buildbot timeouts, test_peg_parser is made faster, or the test is