mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-20 00:46:30 +08:00
test: relax test_pulse_rate_dds to only catch catastrophic slowdown.
This commit is contained in:
parent
4de336fbe9
commit
7dc7dcda2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user