Skip to content

Commit 0fee3f1

Browse files
committed
Workaround fix for test_channel
1 parent ae529b5 commit 0fee3f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/testdir/test_channel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def handle(self):
6565
elif decoded[1].startswith("echo "):
6666
# send back the argument
6767
response = decoded[1][5:]
68+
time.sleep(0.01)
6869
elif decoded[1] == 'make change':
6970
# Send two ex commands at the same time, before
7071
# replying to the request.

0 commit comments

Comments
 (0)