From d65a0dcabc1b9e01f3c2d0350c4e6edc1e222e8d Mon Sep 17 00:00:00 2001 From: moremind Date: Thu, 19 Oct 2023 18:36:48 +0800 Subject: [PATCH] [type:fix] e2e test error --- .../org/apache/shenyu/sync/data/http/HttpSyncDataService.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shenyu-sync-data-center/shenyu-sync-data-http/src/main/java/org/apache/shenyu/sync/data/http/HttpSyncDataService.java b/shenyu-sync-data-center/shenyu-sync-data-http/src/main/java/org/apache/shenyu/sync/data/http/HttpSyncDataService.java index 436e3b58a16e..46bd8fd7cc86 100644 --- a/shenyu-sync-data-center/shenyu-sync-data-http/src/main/java/org/apache/shenyu/sync/data/http/HttpSyncDataService.java +++ b/shenyu-sync-data-center/shenyu-sync-data-http/src/main/java/org/apache/shenyu/sync/data/http/HttpSyncDataService.java @@ -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); }