Skip to content

Commit f4dd1e9

Browse files
committed
fix: CI test.
1 parent 68194b5 commit f4dd1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosid-test/src/main/java/me/ahoo/cosid/test/machine/distributor/DistributeSafeGuard.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void verify() {
7272
/*
7373
* 等待所有实例到达安全守护点(SafeGuardAt),即变成可回收状态.
7474
*/
75-
LockSupport.parkNanos(this, safeGuardDuration.plusMillis(100).toNanos());
75+
LockSupport.parkNanos(this, safeGuardDuration.plusMillis(200).toNanos());
7676
availableInstances = allInstances.subList(endIdx, MachineIdDistributor.totalMachineIds(moreMachineBit));
7777

7878
Integer[] machineIds = availableInstances

0 commit comments

Comments
 (0)