forked from M-Labs/artiq
test: relax RTIO counter test and print result
This commit is contained in:
parent
ed0fbd5662
commit
77f90cf93b
|
@ -371,8 +371,9 @@ class CoredeviceTest(ExperimentCase):
|
|||
def test_rtio_counter(self):
|
||||
self.execute(RTIOCounter)
|
||||
dt = self.dataset_mgr.get("dt")
|
||||
print(dt)
|
||||
self.assertGreater(dt, 50*ns)
|
||||
self.assertLess(dt, 200*ns)
|
||||
self.assertLess(dt, 1*us)
|
||||
|
||||
def test_loopback(self):
|
||||
self.execute(Loopback)
|
||||
|
|
Loading…
Reference in New Issue