Commit d609ea3d authored by Federico Vaga's avatar Federico Vaga

tst: take more samples for the period test

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 6fc96031
......@@ -131,7 +131,7 @@ class TestFmcfdLoop(object):
[random.randrange(1000000000, 10000000000) for x in range(16)] +
[random.randrange(10000000000, 100000000000) for x in range(8)] +
[random.randrange(100000000000, 1000000000000) for x in range(4)])
@pytest.mark.parametrize("count", [10])
@pytest.mark.parametrize("count", [15])
def test_output_period(self, fmcfd_chan, fmcfd_tdc, period_ps, count):
"""
The test produces pulses on the given channels and catch them using
......
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