test/PulseRateDDS: run more iterations

This commit is contained in:
Sebastien Bourdeauducq 2016-03-31 16:04:55 +08:00
parent 05317a9259
commit 0173031487
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class PulseRateDDS(EnvExperiment):
dt = seconds_to_mu(150*us)
while True:
delay(10*ms)
for i in range(100):
for i in range(1250):
try:
with self.core_dds.batch:
self.dds0.set(100*MHz)