test: increase WatchClusters test timeout to reduce flakiness (#5566) - #29155
test: increase WatchClusters test timeout to reduce flakiness (#5566)#29155bharathjyothi wants to merge 3 commits into
Conversation
…oj#5566) Signed-off-by: Bharath Jyothi <bjyothi2002@gmail.com>
✅ Preview Environment deployed on Bunnyshell
See: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
PR Summary by QodoIncrease WatchClusters test timeout and parameterize watch helper
AI Description
Diagram
High-Level Assessment
Files changed (2)
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can group findings by type and pick your Finding display, from Minimal to Full |
Bundle ReportBundle size has no change ✅ |
Signed-off-by: Bharath Jyothi <bjyothi2002@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #29155 +/- ##
==========================================
+ Coverage 65.59% 65.60% +0.01%
==========================================
Files 427 427
Lines 60564 60564
==========================================
+ Hits 39724 39736 +12
+ Misses 17204 17193 -11
+ Partials 3636 3635 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
Description
TestWatchClusters_LocalClusterModificationshas been observed failing intermittently in CI withFailed due to timeout, even though re-running the job makes it pass (here is a recent example from the past couple days). Fixes #5566.Checklist: