]> granicus.if.org Git - python/commit
Use a sleep for test_subprocess timeout test
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 6 Jun 2011 21:43:02 +0000 (23:43 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 6 Jun 2011 21:43:02 +0000 (23:43 +0200)
commit149b1c779781f5688caa746ea9e9f7eed8d44bee
tree165dc42e73cd9044dc9ae8f3327663da47c306ef
parent368f34bb4b877495ecb574cb9f17fe330b338cff
Use a sleep for test_subprocess timeout test

instead of an active loop (while True: pass) to limit race conditions.
Lib/test/test_subprocess.py