projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f92ca4
)
fix hanging test_xmlrpc
author
Benjamin Peterson
<benjamin@python.org>
Wed, 11 Jun 2008 21:55:48 +0000
(21:55 +0000)
committer
Benjamin Peterson
<benjamin@python.org>
Wed, 11 Jun 2008 21:55:48 +0000
(21:55 +0000)
Lib/test/test_xmlrpc.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_xmlrpc.py
b/Lib/test/test_xmlrpc.py
index 8325496fd32167cab983047fc89291583225396f..b9103fa73c7dcd0728e25a62993958f0903e2c55 100644
(file)
--- a/
Lib/test/test_xmlrpc.py
+++ b/
Lib/test/test_xmlrpc.py
@@
-320,7
+320,7
@@
class SimpleServerTestCase(unittest.TestCase):
def tearDown(self):
# wait on the server thread to terminate
self.evt.wait(4.0)
- if not self.evt.is
S
et():
+ if not self.evt.is
_s
et():
self.evt.set()
stop_serving()
raise RuntimeError("timeout reached, test has failed")