mirror of
https://github.com/huashengdun/webssh.git
synced 2026-04-20 09:46:39 +00:00
Updated tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user