Updated tests

This commit is contained in:
Sheng
2018-06-01 09:32:14 +08:00
parent cbeca1c377
commit babd9bd24f
2 changed files with 6 additions and 8 deletions

View File

@@ -124,7 +124,7 @@ def run_ssh_server(port=2200, running=True):
continue
# wait for auth
chan = t.accept(20)
chan = t.accept(2)
if chan is None:
print('*** No channel.')
continue