summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-01-27 10:16:15 (GMT)
committerGitHub <noreply@github.com>2021-01-27 10:16:15 (GMT)
commit6790005a9a30ae3eca69d1957fb072171643a366 (patch)
tree3648e7157062c53950042666b3e7aee99960715d /Misc
parent5327f370344a627f1578d8183d197feb286371c6 (diff)
downloadcpython-6790005a9a30ae3eca69d1957fb072171643a366.zip
cpython-6790005a9a30ae3eca69d1957fb072171643a366.tar.gz
cpython-6790005a9a30ae3eca69d1957fb072171643a366.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2021-01-26-14-48-40.bpo-43031.44nK9U.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-01-26-14-48-40.bpo-43031.44nK9U.rst b/Misc/NEWS.d/next/Build/2021-01-26-14-48-40.bpo-43031.44nK9U.rst
new file mode 100644
index 0000000..6e8377f
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2021-01-26-14-48-40.bpo-43031.44nK9U.rst
@@ -0,0 +1,2 @@
+Pass ``--timeout=$(TESTTIMEOUT)`` option to the default profile task
+``./python -m test --pgo`` command.