python / buildmaster-config

Configuration for buildbot.python.org
https://buildbot.python.org/all/#/
30 stars 56 forks source link

Increase UnixNoGilBuild timeout #476

Closed vstinner closed 5 months ago

vstinner commented 5 months ago

Example: on build 1985, test_math failed with a timeout (20 min)

test_sumprod_stress (test.test_math.MathTests.test_sumprod_stress) ... Timeout (0:20:00)!

The next build is a success, but test_math was the slowest test: test_math: 9 min 35 sec.

test_math bad performance is a known issue, unrelated to Free Threading: https://github.com/python/cpython/issues/110327

vstinner commented 5 months ago

cc @itamaro

vstinner commented 5 months ago

Merged, thanks for the review.