mirror of https://github.com/m-labs/artiq.git
test: relax test_rpc_timing: rpc_time_mean <2ms → <3ms.
This commit is contained in:
parent
7ec14f26c2
commit
8b98e1ea6d
|
@ -467,7 +467,7 @@ class RPCTest(ExperimentCase):
|
|||
rpc_time_mean = self.dataset_mgr.get("rpc_time_mean")
|
||||
print(rpc_time_mean)
|
||||
self.assertGreater(rpc_time_mean, 100*ns)
|
||||
self.assertLess(rpc_time_mean, 2*ms)
|
||||
self.assertLess(rpc_time_mean, 3*ms)
|
||||
self.assertLess(self.dataset_mgr.get("rpc_time_stddev"), 1*ms)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue