Commit fe210323 authored by Matthieu Cattin's avatar Matthieu Cattin

Optimise test time.

parent 8ef2a6f5
......@@ -277,7 +277,7 @@ class CSpecFmcAdc100Ms:
self.clear_irq_source(self.IRQ_SRC_DMA_END)
#print('IRQ source : %.4X')%self.get_irq_source()
dma_finished = 1
time.sleep(0.5)
time.sleep(0.005)
#print('DMA finished!')
# Retrieve data from host memory
data = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment