fix: test on ci

This commit is contained in:
Swann Martinez 2019-08-01 11:13:06 +02:00
parent f6049dc0e3
commit 355b411a55
No known key found for this signature in database
GPG Key ID: 414CCAFD8DA720E1

View File

@ -15,7 +15,7 @@ from replication_client import Client, Server
class SampleData(): class SampleData():
def __init__(self, map={"sample": bytearray(500000)}): def __init__(self, map={"sample": bytearray(50000)}):
self.map = map self.map = map