We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae529b5 commit 0fee3f1Copy full SHA for 0fee3f1
src/testdir/test_channel.py
@@ -65,6 +65,7 @@ def handle(self):
65
elif decoded[1].startswith("echo "):
66
# send back the argument
67
response = decoded[1][5:]
68
+ time.sleep(0.01)
69
elif decoded[1] == 'make change':
70
# Send two ex commands at the same time, before
71
# replying to the request.
0 commit comments