Description: allow more minimum leeway duration for tests
Author: Ananthu C V <weepingclown@debian.org>
Bug-Debian: https://bugs.debian.org/1104390
Last-Update: 2025-05-03
--- a/backoff_test.go
+++ b/backoff_test.go
@@ -103,3 +103,3 @@
 
-			min := int64(float64(base) * 0.98)
+			min := int64(float64(base) * 0.95) // apply the same amount of leeway as below
 			max := int64(float64(base) * 1.05) // should be 1.02, but give it a bit of leeway
