From 0df0e9620ee85bd4f27c0331ac971db1630002ab Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 14 May 2024 12:27:17 +0200
Subject: [PATCH] relax timing in test

---
 .../integration_test/default/devices/test_device_recvh.py       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangostationcontrol/integration_test/default/devices/test_device_recvh.py b/tangostationcontrol/integration_test/default/devices/test_device_recvh.py
index ba2122c5d..630893ff2 100644
--- a/tangostationcontrol/integration_test/default/devices/test_device_recvh.py
+++ b/tangostationcontrol/integration_test/default/devices/test_device_recvh.py
@@ -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)
-- 
GitLab