mirror of https://github.com/m-labs/artiq.git
test: relax test_time_keeps_running
on pipistrello this takes about 200-250ms
This commit is contained in:
parent
9d4073ef36
commit
80eea4ce6c
|
@ -227,7 +227,7 @@ class CoredeviceTest(ExperimentCase):
|
||||||
dead_time = mu_to_seconds(t2 - t1, self.dbh.get_device("core"))
|
dead_time = mu_to_seconds(t2 - t1, self.dbh.get_device("core"))
|
||||||
print(dead_time)
|
print(dead_time)
|
||||||
self.assertGreater(dead_time, 1*ms)
|
self.assertGreater(dead_time, 1*ms)
|
||||||
self.assertLess(dead_time, 200*ms)
|
self.assertLess(dead_time, 300*ms)
|
||||||
|
|
||||||
def test_handover(self):
|
def test_handover(self):
|
||||||
self.execute(Handover)
|
self.execute(Handover)
|
||||||
|
|
Loading…
Reference in New Issue