We currently use hypothesis to auto generate randomized data for some of our IMAP sync tests. Unfortunately, the amount of data we're autogenerating is causing noticeable slowdowns in these tests. We don't need this much data to verify the sync engine is working, so we should reduce the amount which should speed up both the autogeneration as well as the sync engine portion of the test.
This is part of the larger ongoing effort to speedup tests, see #329
We currently use hypothesis to auto generate randomized data for some of our IMAP sync tests. Unfortunately, the amount of data we're autogenerating is causing noticeable slowdowns in these tests. We don't need this much data to verify the sync engine is working, so we should reduce the amount which should speed up both the autogeneration as well as the sync engine portion of the test.
This is part of the larger ongoing effort to speedup tests, see #329