test: add more RTIO slack in test_clock_generator_loopback

This commit is contained in:
Sebastien Bourdeauducq 2017-03-27 17:26:23 +08:00
parent 58ee09dbdc
commit 70343b244d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class ClockGeneratorLoopback(EnvExperiment):
self.core.reset() self.core.reset()
self.loop_clock_in.input() self.loop_clock_in.input()
self.loop_clock_out.stop() self.loop_clock_out.stop()
delay(10*us) delay(20*us)
with parallel: with parallel:
self.loop_clock_in.gate_rising(10*us) self.loop_clock_in.gate_rising(10*us)
with sequential: with sequential: