Make doTestLockCalls() faster
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 14 Sep 2019 05:41:10 +0000 (22:41 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 14 Sep 2019 05:41:13 +0000 (22:41 -0700)
commit20c645945ccab2fe569c4ed08522ea103e9bd31f
treee25bd162d77fb78779c78b649b66b6c117a03355
parentf9b7ba68ff8485ad12d38934c6d19e85d7157207
Make doTestLockCalls() faster

This was mostly doing many runs just to test for random lock errors in
versions of Windows from a few years back. Just do three quick rounds.

Change-Id: I2ec2a8ce66a5c14bfc9338b60f8a57b2de8eaece
tests/phpunit/includes/filebackend/FileBackendTest.php