relax test_pulse_rate

Inexplicably started failing after 9afe84ab79.
This commit is contained in:
Sebastien Bourdeauducq 2018-11-02 14:41:27 +08:00
parent 5a3d12f07b
commit eadb39c283
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ class CoredeviceTest(ExperimentCase):
rate = self.dataset_mgr.get("pulse_rate")
print(rate)
self.assertGreater(rate, 100*ns)
self.assertLess(rate, 700*ns)
self.assertLess(rate, 800*ns)
def test_pulse_rate_dds(self):
"""Minimum interval for sustained DDS frequency switching"""