Fix flaky FeedbackUploaderDispatchTest
One of the tests starts a request that will repeatedly retry itself on failures, with backoff. The test asserts that the delay has a certain value, which is effectively the same as asserting that the request is on a certain retry attempt, but sometimes the request has time to retry more than once before the test assertion occurs. This changes to assert to not expect a specific value, just one that's larger than the default. Bug: 864797 Change-Id: Ia8fced88b119f724bb2e2c93602ed6034b0b87d1 Reviewed-on: https://chromium-review.googlesource.com/1141299Reviewed-by:Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#576131}
Showing
Please register or sign in to comment