From: Andy Allan Date: Wed, 6 Jun 2018 05:54:09 +0000 (+0800) Subject: Speed up tests by making fewer random changes X-Git-Tag: live~3855^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/d336523738d75ccb5dd9680c44649f8cfb3b31a1?ds=sidebyside;hp=d336523738d75ccb5dd9680c44649f8cfb3b31a1 Speed up tests by making fewer random changes The old_node_controller#test_version in particular was slow, since it saves a huge number of tags when adding a tag 30 times over. Since the tests are random and not based on the number of iterations, this reduces the iteration counts. ---