Commit 3ac110f4 authored by Federico Vaga's avatar Federico Vaga

tst: slow down tests when FIFO mode

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent bd628e4c
......@@ -13,7 +13,8 @@ from PyFmcTdc import FmcTdc
TDC_FD_CABLING = [1, 2, 3, 4, 4]
fmctdc_acq_100ms = [(p, int(10**8 / p)) for p in [ 10**x for x in range(4, 8)]]
min_period = 5 if pytest.transfer_mode == "fifo" else 4
fmctdc_acq_100ms = [(p, int(10**8 / p)) for p in [ 10**x for x in range(min_period, 8)]]
@pytest.fixture(scope="function", params=pytest.channels)
......
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