mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
[Issues] 765 Support customized beat interval of Nacos client
This commit is contained in:
parent
3860f5eabb
commit
5fd307f429
@ -175,12 +175,12 @@ public class NacosAutoServiceRegistrationTests {
|
||||
|
||||
private void checkoutNacosDiscoveryHeartBeatTimeout() {
|
||||
assertEquals("NacosDiscoveryProperties heart beat timeout was wrong",
|
||||
Integer.valueOf(6), properties.getHeartBeatInterval());
|
||||
Integer.valueOf(6), properties.getHeartBeatTimeout());
|
||||
}
|
||||
|
||||
private void checkoutNacosDiscoveryIpDeleteTimeout() {
|
||||
assertEquals("NacosDiscoveryProperties ip delete timeout was wrong",
|
||||
Integer.valueOf(9), properties.getHeartBeatInterval());
|
||||
Integer.valueOf(9), properties.getIpDeleteTimeout());
|
||||
}
|
||||
|
||||
private void checkoutNacosDiscoveryServiceName() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user