From 9d7d6141397e98135b8c84034ccffd6f5e32846e Mon Sep 17 00:00:00 2001 From: whitequark Date: Tue, 29 Dec 2015 02:57:33 +0800 Subject: [PATCH] test.coredevice.rtio.CoredeviceTest.test_time_keeps_running: relax timing. Testing ARTIQ over an SSH channel to Hong Kong is slow. --- artiq/test/coredevice/rtio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/test/coredevice/rtio.py b/artiq/test/coredevice/rtio.py index 79c44be06..60e059c17 100644 --- a/artiq/test/coredevice/rtio.py +++ b/artiq/test/coredevice/rtio.py @@ -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)