Fix a race condition in this test -- instead of assuming that it will take
authorGuido van Rossum <guido@python.org>
Wed, 4 Apr 2007 17:43:02 +0000 (17:43 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 4 Apr 2007 17:43:02 +0000 (17:43 +0000)
commitb1bb01e2f6a74814d347c295c625b6455c253857
tree7a6d42c6156b7d757bdc7e7110a42864b78bc362
parent06c6579036a193c84bdc1f8c7de92680f8c13e5d
Fix a race condition in this test -- instead of assuming that it will take
the test server thread at most 0.5 seconds to get ready, use an event
variable.
Lib/test/test_socketserver.py