Skip to content

Commit

Permalink
unittest test_nbytes_full: wait a bit after run()
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaus committed Aug 15, 2017
1 parent bef7b57 commit 41ae0b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_communication.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

import unittest, re
import unittest, re, time

import ds1054z

Expand Down Expand Up @@ -69,6 +69,7 @@ def test_nbytes_full(self):
for mdepth in (12e3, 120e3):

self.scope.run()
time.sleep(0.1)
self.scope.memory_depth = mdepth
self.scope.single()
self.scope.tforce()
Expand Down

0 comments on commit 41ae0b2

Please sign in to comment.