commit | 6790005a9a30ae3eca69d1957fb072171643a366 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Jan 27 11:16:15 2021 +0100 |
committer | GitHub <noreply@github.com> | Wed Jan 27 11:16:15 2021 +0100 |
tree | 3648e7157062c53950042666b3e7aee99960715d | |
parent | 5327f370344a627f1578d8183d197feb286371c6 [diff] |
bpo-43031: Set a timeout when running tests in PGO build (GH-24339) Pass --timeout=$(TESTTIMEOUT) option to the default profile task "./python -m test --pgo" command.