From 8f6f8117408e50f28b4229ef50aab9ddba2ecd4d Mon Sep 17 00:00:00 2001 From: Neil Cook Date: Mon, 1 Apr 2019 15:53:42 +0100 Subject: [PATCH] Sleep in 8bit regression test cos travis is slow --- regression-tests/test_8bit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regression-tests/test_8bit.py b/regression-tests/test_8bit.py index f4e7f291..5b1d0642 100644 --- a/regression-tests/test_8bit.py +++ b/regression-tests/test_8bit.py @@ -14,6 +14,8 @@ def test8Bit(self): j = r.json() print(json.dumps(j)) + time.sleep(4) + r = self.customFuncReplicaWithName("EightBitKey", {}) j = r.json() print(json.dumps(j))