Skip to content
Snippets Groups Projects
Commit 0df0e962 authored by Jan David Mol's avatar Jan David Mol
Browse files

relax timing in test

parent 11d20a3b
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class TestDeviceRECV(AbstractTestBases.TestDeviceBase):
self.proxy.HBAT_BF_delay_steps_stage_RW = delay_steps
# make sure HBAT_BF_delay_steps_RW is updated
time.sleep(self.HBAT_DELAY_UPDATE_INTERVAL * 2)
time.sleep(self.HBAT_DELAY_UPDATE_INTERVAL * 10)
# verify whether it did
numpy.testing.assert_equal(self.proxy.HBAT_BF_delay_steps_RW, delay_steps)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment