Files
Nick Craig-Wood 82e9aa69aa vfs/vfscache/downloaders: fix flaky TestDownloaders/EnsureDownloader
The test was racy: it asserted the async download hadn't completed yet
(which could fail on fast machines) then slept for a fixed 1 second
(which could be too short on slow CI runners, especially macOS).

Replace with assert.Eventually which polls until the download
completes, with a generous timeout.
2026-03-06 14:39:20 +00:00
..
2020-10-14 15:21:31 +01:00
2024-12-13 12:43:20 +00:00
2025-02-28 11:31:14 +00:00
2025-02-28 11:31:14 +00:00
2024-12-13 12:43:20 +00:00
2025-02-28 11:31:14 +00:00
2024-12-13 12:43:20 +00:00
2025-10-03 17:10:24 +01:00
2025-09-26 15:18:02 +01:00