mirror of https://github.com/m-labs/artiq.git
test_rtio: relax ClockGeneratorLoopback performance requirements
This commit is contained in:
parent
8210ee61cf
commit
17665c7271
|
@ -81,7 +81,7 @@ class ClockGeneratorLoopback(EnvExperiment):
|
|||
self.core.reset()
|
||||
self.loop_clock_in.input()
|
||||
self.loop_clock_out.stop()
|
||||
delay(20*us)
|
||||
delay(200*us)
|
||||
with parallel:
|
||||
self.loop_clock_in.gate_rising(10*us)
|
||||
with sequential:
|
||||
|
|
Loading…
Reference in New Issue