Skip to content

Commit

Permalink
[type:fix] e2e test error
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Oct 19, 2023
1 parent a3ab663 commit d65a0dc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ private void doFetchGroupConfig(final String server, final ConfigGroupEnum... gr
return;
}
// not updated. it is likely that the current config server has not been updated yet. wait a moment.
LOG.info("The config of the server[{}] has not been updated or is out of date. Wait for 30s to listen for changes again.", server);
ThreadUtils.sleep(TimeUnit.SECONDS, 30);
LOG.info("The config of the server[{}] has not been updated or is out of date. Wait for listening for changes again.", server);
}


Expand Down

0 comments on commit d65a0dc

Please sign in to comment.