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 1cf41e6 commit 5f91455Copy full SHA for 5f91455
1 file changed
src/testdir/test_channel.py
@@ -126,6 +126,7 @@ def handle(self):
126
print("sending: {0}".format(cmd))
127
self.request.sendall(cmd.encode('utf-8'))
128
response = "ok"
129
+ time.sleep(0.01)
130
elif decoded[1] == 'malformed2':
131
cmd = '"unterminated string'
132
0 commit comments