From 7dc7dcda2c8bc4d408a605bc891882d10c88f648 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 17 Mar 2017 11:17:47 +0000 Subject: [PATCH] test: relax test_pulse_rate_dds to only catch catastrophic slowdown. --- artiq/test/coredevice/test_rtio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/test/coredevice/test_rtio.py b/artiq/test/coredevice/test_rtio.py index e34d260f2..817442dcf 100644 --- a/artiq/test/coredevice/test_rtio.py +++ b/artiq/test/coredevice/test_rtio.py @@ -362,7 +362,7 @@ class CoredeviceTest(ExperimentCase): rate = self.dataset_mgr.get("pulse_rate") print(rate) self.assertGreater(rate, 1*us) - self.assertLess(rate, 8*us) + self.assertLess(rate, 16*us) def test_loopback_count(self): npulses = 2