Skip to content

feat: adds the --instance-timeout flag to control timeout value#233

Open
blgm wants to merge 3 commits intomainfrom
configtimeout
Open

feat: adds the --instance-timeout flag to control timeout value#233
blgm wants to merge 3 commits intomainfrom
configtimeout

Conversation

@blgm
Copy link
Member

@blgm blgm commented Nov 19, 2025

No description provided.

Entry("moderate interval", 100*time.Millisecond),
)

When("the upgrade times out", func() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thought: both tests use custom timeouts. which is understandable as we don't want to wait too much. It turns out to be a bit confusing when reading it. Also the second test (custom value) only tests one value, so we are not sure if it is testing the default or the custom. I suggest either adding more than one test to the custom timeout one below ( two different values and make sure we respect the two values) or grouping the two tests together and testing both the error message and timeout value in both of them.

@github-project-automation github-project-automation bot moved this from Inbox to Pending Merge | Prioritised in Service Management Working Group Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Pending Merge | Prioritized
Status: Pending Merge | Prioritised

Development

Successfully merging this pull request may close these issues.

3 participants