Skip to content

Commit 85e90da

Browse files
committed
fix: increase ssh connect timeout to 1 min
1 parent d796b03 commit 85e90da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/gateway/views/steps/CoderLocateRemoteProjectStepView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class CoderLocateRemoteProjectStepView(private val disableNextAction: () -> Unit
138138

139139
ideResolvingJob = cs.launch {
140140
try {
141-
val executor = withTimeout(Duration.ofSeconds(30)) { createRemoteExecutor() }
141+
val executor = withTimeout(Duration.ofSeconds(60)) { createRemoteExecutor() }
142142
retrieveIDES(executor, selectedWorkspace)
143143
if (ComponentValidator.getInstance(tfProject).isEmpty) {
144144
installRemotePathValidator(executor)

0 commit comments

Comments
 (0)