Skip to content
Snippets Groups Projects
Commit cbc133d5 authored by Christian Kandeler's avatar Christian Kandeler Committed by hjk
Browse files

Analzyer: Increase SSH timeout.


One second is ridiculous.

Change-Id: Id22998df7dd0dc8248a4267ebb4c738a1c9d1e0b
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 5ce1920e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment