set MaxDelayTime to 20 to pass test

set MaxDelayTime in frp/pkg/config/client_test.go to 20 to pass the test
This commit is contained in:
suiahae 2023-01-28 22:07:01 +08:00 committed by GitHub
parent 842e70e477
commit 011422c087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,7 +296,7 @@ func Test_LoadClientCommonConf(t *testing.T) {
},
UDPPacketSize: 1509,
IncludeConfigFiles: []string{},
MaxDelayTime: 60,
MaxDelayTime: 20,
}
common, err := UnmarshalClientConfFromIni(testClientBytesWithFull)