Skip to content

Commit

Permalink
test: relax RPCTiming rpc_time_stddev from 1ms to 2ms.
Browse files Browse the repository at this point in the history
Even when given exclusive access to our buildserver it still gives
false positives with 1ms.
whitequark committed Jul 14, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f3435cf commit b6c12f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/test/coredevice/test_rtio.py
Original file line number Diff line number Diff line change
@@ -387,4 +387,4 @@ def test_rpc_timing(self):
self.execute(RPCTiming)
self.assertGreater(self.dataset_mgr.get("rpc_time_mean"), 100*ns)
self.assertLess(self.dataset_mgr.get("rpc_time_mean"), 15*ms)
self.assertLess(self.dataset_mgr.get("rpc_time_stddev"), 1*ms)
self.assertLess(self.dataset_mgr.get("rpc_time_stddev"), 2*ms)

0 comments on commit b6c12f2

Please sign in to comment.