Skip to content

Commit

Permalink
fix: CI test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Nov 25, 2023
1 parent f4dd1e9 commit 1ea7bb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void verify() {
/*
* 等待所有实例到达安全守护点(SafeGuardAt),即变成可回收状态.
*/
LockSupport.parkNanos(this, safeGuardDuration.plusMillis(200).toNanos());
LockSupport.parkNanos(this, safeGuardDuration.plusMillis(300).toNanos());
availableInstances = allInstances.subList(endIdx, MachineIdDistributor.totalMachineIds(moreMachineBit));

Integer[] machineIds = availableInstances
Expand Down

0 comments on commit 1ea7bb3

Please sign in to comment.