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:
parent
842e70e477
commit
011422c087
@ -296,7 +296,7 @@ func Test_LoadClientCommonConf(t *testing.T) {
|
|||||||
},
|
},
|
||||||
UDPPacketSize: 1509,
|
UDPPacketSize: 1509,
|
||||||
IncludeConfigFiles: []string{},
|
IncludeConfigFiles: []string{},
|
||||||
MaxDelayTime: 60,
|
MaxDelayTime: 20,
|
||||||
}
|
}
|
||||||
|
|
||||||
common, err := UnmarshalClientConfFromIni(testClientBytesWithFull)
|
common, err := UnmarshalClientConfFromIni(testClientBytesWithFull)
|
||||||
|
Loading…
Reference in New Issue
Block a user