Skip to content

Commit

Permalink
Sleep in 8bit regression test cos travis is slow
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Apr 1, 2019
1 parent 956b352 commit 8f6f811
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regression-tests/test_8bit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 8f6f811

Please sign in to comment.