Skip to content
Snippets Groups Projects
Commit 3cc8f65e authored by Cam Saul's avatar Cam Saul
Browse files

fix intermittent failures caused by Circle being SUPER SLOW

parent cf62402f
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@
(set-field-special-type nil)
(sel-field-values-count))
(do (set-field-special-type :category)
(Thread/sleep 200) ; wait 200ms for the FieldValues object to get asynchronously created
(Thread/sleep 250) ; wait 250ms for the FieldValues object to get asynchronously created
(sel-field-values-count))
(do (del-field-values) ; put things back how we found them
(set-field-special-type nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment