forked from M-Labs/artiq
1
0
Fork 0

test.coredevice.rtio.CoredeviceTest.test_time_keeps_running: relax timing.

Testing ARTIQ over an SSH channel to Hong Kong is slow.
This commit is contained in:
whitequark 2015-12-29 02:57:33 +08:00
parent 8fb6d4cdb4
commit 9d7d614139
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class CoredeviceTest(ExperimentCase):
dead_time = mu_to_seconds(t2 - t1, self.device_mgr.get("core"))
print(dead_time)
self.assertGreater(dead_time, 1*ms)
self.assertLess(dead_time, 500*ms)
self.assertLess(dead_time, 2500*ms)
def test_handover(self):
self.execute(Handover)