Skip to content
Snippets Groups Projects
Commit fa77d45e authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #1993 from metabase/fix-throttle-unit-test

add a very short delay to throttle test to try and avoid intermittent failures
parents 6888364c e69803e7
Branches
Tags
No related merge requests found
......@@ -47,6 +47,7 @@
([n k]
(let [attempt-once (fn []
(try
(Thread/sleep 1)
(throttle/check test-throttler k)
:success
(catch Throwable e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment