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 20, 2023
1 parent 3922075 commit 7d9811a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ private void doFetchGroupConfig(final String server, final ConfigGroupEnum... gr
}
// 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 listening for changes again.", server);
ThreadUtils.sleep(TimeUnit.SECONDS, 3);
}


Expand Down

0 comments on commit 7d9811a

Please sign in to comment.