forked from qt-creator/qt-creator
Analzyer: Increase SSH timeout.
One second is ridiculous. Change-Id: Id22998df7dd0dc8248a4267ebb4c738a1c9d1e0b Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -126,7 +126,7 @@ Utils::SshConnectionParameters StartRemoteDialog::sshParams() const
|
||||
params.password = m_ui->password->text();
|
||||
}
|
||||
params.port = m_ui->port->value();
|
||||
params.timeout = 1;
|
||||
params.timeout = 10;
|
||||
return params;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user