mirror of
https://github.com/fatedier/frp.git
synced 2025-07-22 22:01:55 +07:00
xtcp: when connection timeout occurs, support fallback to STCP (#3460)
This commit is contained in:
@ -376,7 +376,7 @@ var _ = ginkgo.Describe("[Feature: Basic]", func() {
|
||||
for _, test := range tests {
|
||||
framework.NewRequestExpect(f).
|
||||
RequestModify(func(r *request.Request) {
|
||||
r.Timeout(5 * time.Second)
|
||||
r.Timeout(10 * time.Second)
|
||||
}).
|
||||
Protocol(protocol).
|
||||
PortName(test.bindPortName).
|
||||
|
Reference in New Issue
Block a user