No effective change - test tidy

This commit is contained in:
rob bygrave
2020-06-29 15:51:34 +12:00
parent 248a7b1062
commit bb03ef5693
@@ -72,7 +72,7 @@ public class TestHistoryInsert extends BaseTestCase {
private void littleSleep() {
try {
Thread.sleep(1100);
Thread.sleep(100);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}