Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tests/include/CIntegrationTest.php')
-rw-r--r--ui/tests/include/CIntegrationTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/tests/include/CIntegrationTest.php b/ui/tests/include/CIntegrationTest.php
index d6976e256ed..78875e94708 100644
--- a/ui/tests/include/CIntegrationTest.php
+++ b/ui/tests/include/CIntegrationTest.php
@@ -569,8 +569,8 @@ class CIntegrationTest extends CAPITest {
throw new Exception('There is no client available for Zabbix Agent.');
}
- return new CZabbixClient('localhost', self::getConfigurationValue($component, 'ListenPort', 10051),
- ZBX_SOCKET_TIMEOUT, ZBX_SOCKET_BYTES_LIMIT
+ return new CZabbixClient('localhost', self::getConfigurationValue($component, 'ListenPort', 10051), 3, 3,
+ ZBX_SOCKET_BYTES_LIMIT
);
}