mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
update test heart beat param value
This commit is contained in:
parent
71036479a1
commit
076a1648a2
@ -186,15 +186,15 @@ public class NacosAutoServiceRegistrationTests {
|
||||
}
|
||||
|
||||
private void checkoutNacosDiscoveryHeartBeatInterval() {
|
||||
assertThat(properties.getHeartBeatInterval()).isEqualTo(Integer.valueOf(3));
|
||||
assertThat(properties.getHeartBeatInterval()).isEqualTo(Integer.valueOf(3000));
|
||||
}
|
||||
|
||||
private void checkoutNacosDiscoveryHeartBeatTimeout() {
|
||||
assertThat(properties.getHeartBeatTimeout()).isEqualTo(Integer.valueOf(6));
|
||||
assertThat(properties.getHeartBeatTimeout()).isEqualTo(Integer.valueOf(6000));
|
||||
}
|
||||
|
||||
private void checkoutNacosDiscoveryIpDeleteTimeout() {
|
||||
assertThat(properties.getIpDeleteTimeout()).isEqualTo(Integer.valueOf(9));
|
||||
assertThat(properties.getIpDeleteTimeout()).isEqualTo(Integer.valueOf(9000));
|
||||
}
|
||||
|
||||
private void checkoutNacosDiscoveryServiceName() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user