From 0fee3f143cea5841408133385183c23d208d404b Mon Sep 17 00:00:00 2001 From: Kazuki Sakamoto Date: Mon, 9 May 2016 20:47:03 -0700 Subject: [PATCH] Workaround fix for test_channel --- src/testdir/test_channel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/testdir/test_channel.py b/src/testdir/test_channel.py index f0474a48bd..c602b2a7bc 100644 --- a/src/testdir/test_channel.py +++ b/src/testdir/test_channel.py @@ -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.