Decreased number of message in edge random timeseries failure to speed up tests execution

This commit is contained in:
Volodymyr Babak 2022-11-18 19:23:21 +02:00
parent 6766d54b86
commit 833ea1b397

View File

@ -34,7 +34,7 @@ abstract public class BaseTelemetryEdgeTest extends AbstractEdgeTest {
@Test @Test
public void testTimeseriesWithFailures() throws Exception { public void testTimeseriesWithFailures() throws Exception {
int numberOfTimeseriesToSend = 1000; int numberOfTimeseriesToSend = 333;
Device device = findDeviceByName("Edge Device 1"); Device device = findDeviceByName("Edge Device 1");