Skip to content

Commit

Permalink
Lower component count for repeatability
Browse files Browse the repository at this point in the history
probably getting some kind of timeout somewhere. its funk at 1000 so
reduce it
  • Loading branch information
dan sutton committed Oct 23, 2018
1 parent 6a2512c commit 82c1adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/react_hitch/curator/react_hook_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
(testing "updating an observed value will batch rerender all components"
(let [g (gctor)
mv-sel (mutable-var :mv)
components (set (range 1000))]
components (set (range 100))]
(reset! results [])
(doseq [c components] (reset-rc-parents g c #{mv-sel}))

Expand Down

0 comments on commit 82c1adb

Please sign in to comment.