-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: increase timeouts for tests that are flaky on slow CI (#2450)
## Description We have some tests that use timeouts to not wait infinitely for an event that might not be coming. These tests are flaky if the timeout is too low, especially on windows and likely if the machines are overworked. This PR increases these timeouts: * Increase timeout of `test_node_add_tagged_blob_event` from 1s to 10s (Fixes #2331) * Increase timeouts of the `pkarr_publish_dns_resolve_*` tests from 2s to 10s (Fixes #2221) ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [x] Self-review.
- Loading branch information
Showing
2 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters