add more cmd test

This commit is contained in:
fatedier
2018-07-12 16:49:16 +08:00
parent 57417c83ae
commit cc6486addb
3 changed files with 85 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ func TestReconnect(t *testing.T) {
defer frpsProcess.Stop()
}
time.Sleep(200 * time.Millisecond)
time.Sleep(100 * time.Millisecond)
frpcProcess := util.NewProcess(consts.FRPC_BIN_PATH, []string{"-c", frpcCfgPath})
err = frpcProcess.Start()