]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132912: Use SHORT_TIMEOUT in test_remote_pdb (#132939)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Apr 2025 14:00:26 +0000 (16:00 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 14:00:26 +0000 (14:00 +0000)
commit670b6cc096886a9154604456417a7fd306675bd0
treeff8f51066e960464857944f5197dd3ed31cdf093
parent6cbeb6ab916899c0740104483144e597363fe27a
gh-132912: Use SHORT_TIMEOUT in test_remote_pdb (#132939)

Replace hardcoded timeout of 5 seconds with SHORT_TIMEOUT.
Lib/test/test_remote_pdb.py