Commit f8629814 authored by Federico Vaga's avatar Federico Vaga

tst: slow down test to avoid overflow

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 5cd74245
......@@ -65,7 +65,7 @@ class TestFmcfdLoop(object):
required pulses and we are able to read them all from the input
channel.
"""
period = 1000000000 # 1kHz
period = 10000000000 # 100Hz
poll = select.poll()
poll.register(fmcfd_tdc.fileno, select.POLLIN)
ts = []
......
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