mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
client: reconnect more quickly if it's a dial error (#2240)
This commit is contained in:
@@ -175,7 +175,7 @@ func TestHealthCheck(t *testing.T) {
|
||||
defer frpsProcess.Stop()
|
||||
}
|
||||
|
||||
time.Sleep(100 * time.Millisecond)
|
||||
time.Sleep(500 * time.Millisecond)
|
||||
|
||||
frpcProcess := util.NewProcess(consts.FRPC_SUB_BIN_PATH, []string{"-c", frpcCfgPath})
|
||||
err = frpcProcess.Start()
|
||||
|
||||
Reference in New Issue
Block a user