Skip to content

Commit 1c3f202

Browse files
committed
Fixed connectivity test timeout problem on Windows
1 parent 688e8d8 commit 1c3f202

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

electron/app/js/wktWindow.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,8 @@ class WktAppMenu {
692692
userSettingsJson: remoteUserSettings,
693693
defaults: {
694694
logDir: getDefaultLogDirectory(_wktMode),
695-
level: 'info'
695+
level: 'info',
696+
connectivityTestTimeoutMilliseconds: userSettings.getDefaultConnectivityTestTimeout()
696697
},
697698
isDevMode: _wktMode.isDevelopmentMode(),
698699
};

0 commit comments

Comments
 (0)