test/coredevice: let output() settle longer

This commit is contained in:
Robert Jördens 2015-07-28 16:17:23 -06:00
parent 5f5227f01f
commit 2640a57af3
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class LoopbackCount(EnvExperiment):
@kernel @kernel
def run(self): def run(self):
self.ttl_inout.output() self.ttl_inout.output()
delay(1*us) delay(5*us)
with parallel: with parallel:
self.ttl_inout.gate_rising(10*us) self.ttl_inout.gate_rising(10*us)
with sequential: with sequential: