Skip to content
Snippets Groups Projects
Commit 6116f7a0 authored by DavidLP's avatar DavidLP
Browse files

EH: speed-up

parent bdc4ada6
No related branches found
No related tags found
2 merge requests!418Release v1.5.0,!387Increase scan testing coverage
...@@ -66,6 +66,8 @@ class TestTunings(unittest.TestCase): ...@@ -66,6 +66,8 @@ class TestTunings(unittest.TestCase):
# Use hardware mocks to be able to test without hardware # Use hardware mocks to be able to test without hardware
cls.bhm = bdaq_mock.BdaqMock(n_chips=2) cls.bhm = bdaq_mock.BdaqMock(n_chips=2)
# Speed up testing time drastically, by not calling mask shifting
cls.bhm.patch_function('bdaq53.chips.rd53a.RD53AMaskObject.update')
cls.bhm.start() cls.bhm.start()
# Load standard bench config to change in test cases # Load standard bench config to change in test cases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment