fix: 增加命令超时时间
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -27,7 +27,7 @@ const (
|
||||
PingInterval = 10 * time.Second
|
||||
defaultWorkDir = "$HOME" // 全环境兼容
|
||||
randomStrLength = 4 // 缩短随机串长度
|
||||
cmdTimeout = 120 * time.Second // 延长超时(适配Screen安装+下载)
|
||||
cmdTimeout = 180 * time.Second // 延长超时(适配Screen安装+下载)
|
||||
)
|
||||
|
||||
// SSHConfig SSH连接配置
|
||||
|
||||
Reference in New Issue
Block a user