Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambert-Rao committed Apr 18, 2024
1 parent 32e4170 commit d94ceb3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public void testStartExecute() throws InterruptedException {
healthExecutor.execute(failHealthCheckService);
//to test startExecute(), we need to call endExecute() first
healthExecutor.endExecute();
Thread.sleep(500);
healthExecutor.startExecute();
HealthCheckResultEntity query = new HealthCheckResultEntity();
query.setClusterId(1L);
Expand Down

0 comments on commit d94ceb3

Please sign in to comment.