Commit 8fe28409 authored by Federico Vaga's avatar Federico Vaga

tst: reduce samples for 1 shot digital noise

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 102eb8c1
......@@ -62,7 +62,7 @@ class TestAdcRegressions(object):
PyFmcAdc100m14b4ch.ADC_CONF_100M14B4CHA_CHN_RANGE_10V,
])
@pytest.mark.parametrize("termination", [0, 1])
@pytest.mark.parametrize("nshots, post_samples", [(10, 2045), (1, 10000)])
@pytest.mark.parametrize("nshots, post_samples", [(10, 2045), (1, 4000)])
def test_adc_digital_noise(self, adc_simple_triangle, nshots, post_samples, vref, termination):
""" With the v5 release we noticed some digital noise on the acquired signal.
This test uses a sawtooth signal to check that the noise is between
......
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