We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68194b5 commit f4dd1e9Copy full SHA for f4dd1e9
cosid-test/src/main/java/me/ahoo/cosid/test/machine/distributor/DistributeSafeGuard.java
@@ -72,7 +72,7 @@ public void verify() {
72
/*
73
* 等待所有实例到达安全守护点(SafeGuardAt),即变成可回收状态.
74
*/
75
- LockSupport.parkNanos(this, safeGuardDuration.plusMillis(100).toNanos());
+ LockSupport.parkNanos(this, safeGuardDuration.plusMillis(200).toNanos());
76
availableInstances = allInstances.subList(endIdx, MachineIdDistributor.totalMachineIds(moreMachineBit));
77
78
Integer[] machineIds = availableInstances
0 commit comments