diff --git a/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_tilebeam.py b/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_tilebeam.py
index 301255f5ab61b31941208d2268e555a18a9a7c7f..32bd4caae21bc0e6fce90a1a9e54d4bac3e914a4 100644
--- a/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_tilebeam.py
+++ b/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_tilebeam.py
@@ -26,7 +26,7 @@ class NumpyEncoder(json.JSONEncoder):
 
 class TestDeviceTileBeam(AbstractTestBases.TestDeviceBase):
 
-    pointing_direction = numpy.array([["J2000","0deg","0deg"]] * 96).flatten()
+    pointing_direction = numpy.array([["J2000","0deg","0deg"]] * 48).flatten()
 
     def setUp(self):
         super().setUp("STAT/TileBeam/1")