Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Dec 11, 2023
1 parent 5be5d00 commit e6ea466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ctia/entity/incident_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit e6ea466

Please sign in to comment.