new: custom timeout

This commit is contained in:
lollipopkit
2023-08-30 19:07:32 +08:00
parent c899a84b29
commit f4b6326652
4 changed files with 23 additions and 4 deletions

View File

@@ -326,6 +326,7 @@ class _SSHPageState extends State<SSHPage> {
return _write('Sending password to auth...');
}
},
timeout: _setting.timeoutD,
);
_write('Connected\r\n');
_write('Terminal size: ${_terminal.viewWidth}x${_terminal.viewHeight}\r\n');