From 0a82a8fbfb01a365b3bfd11dd7a817dc7db74093 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Mon, 22 Jul 2019 12:56:48 +0200
Subject: [PATCH] fix

---
 tests/test_misc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_misc.py b/tests/test_misc.py
index 3037b79..a4b8bda 100644
--- a/tests/test_misc.py
+++ b/tests/test_misc.py
@@ -290,7 +290,7 @@ def test_long_description():
 
         longstr = 'desc_'
 
-        while len(longstr) < 100000:
+        while len(longstr) < 50000:
             longstr += "a"
 
         rt = RecordType(
-- 
GitLab