]> granicus.if.org Git - python/commit
Fix a failing test on an apparently slow Windows buildbot.
authorBrian Curtin <brian.curtin@gmail.com>
Mon, 5 Apr 2010 19:04:23 +0000 (19:04 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Mon, 5 Apr 2010 19:04:23 +0000 (19:04 +0000)
commitfce1d31d4710c0280e2b646f72174de79a713430
tree274738832e9879ae4c371069bd04bb0a63be8f36
parent56506a6ed2380cddc0e70d2df254ce4724b43629
Fix a failing test on an apparently slow Windows buildbot.

On slower Windows machines, waiting 0.1 seconds can sometimes not be
enough for a subprocess to start and be ready to accept signals, causing
the test to fail. One buildbot is also choking on input()/EOFError so
that was changed to not depend on input.
Lib/test/test_os.py
Lib/test/win_console_handler.py