From 355b411a557cb47f27ca5b9e2597b6a4d388b406 Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Thu, 1 Aug 2019 11:13:06 +0200 Subject: [PATCH] fix: test on ci --- test_replication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_replication.py b/test_replication.py index 2a5e865..c257931 100644 --- a/test_replication.py +++ b/test_replication.py @@ -15,7 +15,7 @@ from replication_client import Client, Server class SampleData(): - def __init__(self, map={"sample": bytearray(500000)}): + def __init__(self, map={"sample": bytearray(50000)}): self.map = map