We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919b64a commit 32226a9Copy full SHA for 32226a9
Lib/test/test_cmd_line.py
@@ -205,7 +205,7 @@ def test_null_byte_in_interactive_mode(self):
205
# gh-140594: Fix an out of bounds read when a single NUL character
206
# is read from the standard input in interactive mode.
207
proc = spawn_python('-i')
208
- proc.communicate(b'\x00', timeout=10)
+ proc.communicate(b'\x00', timeout=support.SHORT_TIMEOUT)
209
self.assertEqual(proc.returncode, 0)
210
211
def test_relativedir_bug46421(self):
0 commit comments