Skip to content

Commit 5f91455

Browse files
committed
Workaround fix for test_channel
1 parent 1cf41e6 commit 5f91455

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
@@ -126,6 +126,7 @@ def handle(self):
126126
print("sending: {0}".format(cmd))
127127
self.request.sendall(cmd.encode('utf-8'))
128128
response = "ok"
129+
time.sleep(0.01)
129130
elif decoded[1] == 'malformed2':
130131
cmd = '"unterminated string'
131132
print("sending: {0}".format(cmd))

0 commit comments

Comments
 (0)