diff --git a/test/ctia/entity/incident_test.clj b/test/ctia/entity/incident_test.clj index 908422954..0eed01414 100644 --- a/test/ctia/entity/incident_test.clj +++ b/test/ctia/entity/incident_test.clj @@ -170,7 +170,7 @@ (when-not (zero? count-body) ;; refresh time is 1s. if it takes longer, we're probably on CI with limited CPU, ;; so wait longer to give the ES refresh as many resources as we can. - (Thread/sleep (* 1000 tries)) + (Thread/sleep (* 1000 (inc tries))) (recur (inc tries)))))) (def asset-000-ttp-000 {:asset 0 :ttp 0})