From ba39d905d524cf848827ff752bacf38690a21acd Mon Sep 17 00:00:00 2001
From: thomahl <thomahl@stud.ntnu.no>
Date: Wed, 15 Apr 2020 15:10:40 +0200
Subject: [PATCH] =?UTF-8?q?#112=20=C3=B8ker=20delta=20p=C3=A5=20qtimer=20t?=
 =?UTF-8?q?est=20enda=20mer...?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 test/test_database.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_database.py b/test/test_database.py
index 039934f..219431d 100644
--- a/test/test_database.py
+++ b/test/test_database.py
@@ -18,7 +18,7 @@ TESTDBPATH = os.path.join(SOITOOL_DIR, TESTDBNAME)
 TESTDATA_PATH = Path(__file__).parent.parent / "soitool/testdata"
 
 # Tolerance for timed tests. Tolerating DELTA seconds of difference
-DELTA = 2
+DELTA = 10
 
 
 class DatabaseTest(unittest.TestCase):
-- 
GitLab