Skip to content

Commit aa2014e

Browse files
author
Jim Hamill
committed
Give SSH more time to connect (20s)
1 parent 0df0e59 commit aa2014e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DatabaseConnectionWidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bool DatabaseConnectionWidget::createSshTunnel(QString hostname, int remotePort,
6262
m_sshTunnel.start("ssh", arguments);
6363

6464
// Wait until finished
65-
if (!m_sshTunnel.waitForFinished(10000)) {
65+
if (!m_sshTunnel.waitForFinished(20000)) {
6666
return false;
6767
}
6868

0 commit comments

Comments
 (0)