Skip to content

Commit

Permalink
test.coredevice.rtio.CoredeviceTest.test_time_keeps_running: relax ti…
Browse files Browse the repository at this point in the history
…ming.

Testing ARTIQ over an SSH channel to Hong Kong is slow.
whitequark committed Dec 28, 2015
1 parent 8fb6d4c commit 9d7d614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/test/coredevice/rtio.py
Original file line number Diff line number Diff line change
@@ -240,7 +240,7 @@ def test_time_keeps_running(self):
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)

0 comments on commit 9d7d614

Please sign in to comment.