test: relax test_rtio.test_loopback

With SED there are 8 additional FIFO output stages.
This commit is contained in:
Sebastien Bourdeauducq 2017-09-26 17:13:02 +08:00
parent 73043c3464
commit 4e31e9a9ac
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ class CoredeviceTest(ExperimentCase):
rtt = self.dataset_mgr.get("rtt")
print(rtt)
self.assertGreater(rtt, 0*ns)
self.assertLess(rtt, 60*ns)
self.assertLess(rtt, 124*ns)
def test_clock_generator_loopback(self):
self.execute(ClockGeneratorLoopback)