forked from M-Labs/artiq
test: relax rtio test_loopback
This commit is contained in:
parent
20a5f095f8
commit
415fa00846
|
@ -362,7 +362,7 @@ class CoredeviceTest(ExperimentCase):
|
||||||
rtt = self.dataset_mgr.get("rtt")
|
rtt = self.dataset_mgr.get("rtt")
|
||||||
print(rtt)
|
print(rtt)
|
||||||
self.assertGreater(rtt, 0*ns)
|
self.assertGreater(rtt, 0*ns)
|
||||||
self.assertLess(rtt, 124*ns)
|
self.assertLess(rtt, 140*ns)
|
||||||
|
|
||||||
def test_clock_generator_loopback(self):
|
def test_clock_generator_loopback(self):
|
||||||
self.execute(ClockGeneratorLoopback)
|
self.execute(ClockGeneratorLoopback)
|
||||||
|
|
Loading…
Reference in New Issue