Workaround fix for test_channel

This commit is contained in:
Kazuki Sakamoto
2016-05-09 20:47:03 -07:00
parent ae529b5e4a
commit 0fee3f143c
+1
View File
@@ -65,6 +65,7 @@ class ThreadedTCPRequestHandler(socketserver.BaseRequestHandler):
elif decoded[1].startswith("echo "):
# send back the argument
response = decoded[1][5:]
time.sleep(0.01)
elif decoded[1] == 'make change':
# Send two ex commands at the same time, before
# replying to the request.