mirror of
https://github.com/python/cpython.git
synced 2026-07-23 18:36:26 -04:00
973a5203c1
On slow buildbot workers, some test_ssl tests fail randomly because of short timeout (30 seconds). Use support.LONG_TIMEOUT instead which is longer and also adjusted (by regrtest --timeout option) on buildbot workers known to be slow.