From 737b0f6b5d291e31857adb6e0fcaafc36264bfde Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Wed, 9 Jul 2025 18:22:38 +0300 Subject: [PATCH] qa/config/crimson_qa_overrides: increase complaint time The following is true only for tentacle: We're unlikely to backport the fix of https://tracker.ceph.com/issues/69612 to tentacle. The only 2 failures we see in tentacle runs are of the tracker above. This commit doubles the complaint time in order to keep tentacle runs fully green. If decided to backport the fix for specific reasons, we could revert this change. Signed-off-by: Matan Breizman --- qa/config/crimson_qa_overrides.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/config/crimson_qa_overrides.yaml b/qa/config/crimson_qa_overrides.yaml index 864ac273ee105..dbbb3a5c23b45 100644 --- a/qa/config/crimson_qa_overrides.yaml +++ b/qa/config/crimson_qa_overrides.yaml @@ -12,6 +12,7 @@ overrides: debug ms: 20 seastore cache lru size: 64M seastore max concurrent transactions: 8 + osd op complaint time: 60 workunit: env: CRIMSON_COMPAT: '1' -- 2.39.5