https: add load balancing group support (#5032)

This commit is contained in:
fatedier 2025-10-28 17:37:18 +08:00 committed by GitHub
parent 469097a549
commit 1cf325bb0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 311 additions and 21 deletions

View file

@ -75,8 +75,8 @@ func (f *Framework) RunFrps(args ...string) (*process.Process, string, error) {
if err != nil {
return p, p.StdOutput(), err
}
// sleep for a while to get std output
time.Sleep(2 * time.Second)
// Give frps extra time to finish binding ports before proceeding.
time.Sleep(4 * time.Second)
return p, p.StdOutput(), nil
}