Add more randomness.

This commit is contained in:
Itamar Turner-Trauring 2021-09-27 15:00:52 -04:00
parent 4f7727df04
commit b1b64c787e

View File

@ -300,7 +300,7 @@ class IStorageServerImmutableAPIsTestsMixin(object):
canary=Referenceable(),
)
total_data = _randbytes(256) * 17
total_data = _randbytes(256 * 17)
yield allocated[0].callRemote("write", 0, total_data)
yield allocated[0].callRemote("close")