Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the timeout in wait_for_topic_launch_test. #377

Merged

Conversation

clalancette
Copy link
Contributor

In commit 0c081a7 (#360) we increased the timeout to 10 seconds to accomodate slower discovery. However, this was partially reverted in
2d125a5
(#353).

Restore the 10 second timeout to avoid flakes on the buildfarm.

In commit 0c081a7
(#360) we increased
the timeout to 10 seconds to accomodate slower discovery.
However, this was partially reverted in
2d125a5
(#353).

Restore the 10 second timeout to avoid flakes on the
buildfarm.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@clalancette
Copy link
Contributor Author

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

@clalancette clalancette merged commit a26e13a into rolling Aug 28, 2023
3 checks passed
@clalancette clalancette deleted the clalancette/wait-for-topics-test-increase-timeout branch August 28, 2023 13:29
@Ryanf55
Copy link

Ryanf55 commented Feb 21, 2024

Is there a more "robust" way to do this in CI without hard-coded delay? 10 seconds seems pretty long for a single discovery channel, no?

We're facing the same issues with the delays in internal CI, except it's dropping samples and causing test failures in our system tests, which hang up our release pipelines to prod.

More context on related issue:
#356 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants