From f289aed63ae61295eebf9a7e6ef3af3157c5d747 Mon Sep 17 00:00:00 2001 From: Bingyi Sun Date: Thu, 27 Apr 2023 14:56:35 +0800 Subject: [PATCH] Fix nightly tests timeout (#23751) Signed-off-by: sunby Co-authored-by: sunby --- configs/milvus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index eeab0c6745..b391aab2b0 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -173,7 +173,7 @@ queryCoord: overloadedMemoryThresholdPercentage: 90 # The threshold percentage that memory overload balanceIntervalSeconds: 60 memoryUsageMaxDifferencePercentage: 30 - checkInterval: 10000 + checkInterval: 1000 channelTaskTimeout: 60000 # 1 minute segmentTaskTimeout: 120000 # 2 minute distPullInterval: 500