From 52ea9a2a9775bc0c9b5305a2515dd8bdd5d7cede Mon Sep 17 00:00:00 2001 From: Martin Balaz Date: Fri, 27 Nov 2020 09:34:08 +0100 Subject: [PATCH] Fix variable names consistency in DnbCommons.robot Signed-off-by: Martin Balaz Change-Id: Ice47186a2ecc51ec65147a2480f44ce7cdf4d3f7 --- csit/libraries/controller/DnbCommons.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/libraries/controller/DnbCommons.robot b/csit/libraries/controller/DnbCommons.robot index 19a904480a..ab5ac8f935 100644 --- a/csit/libraries/controller/DnbCommons.robot +++ b/csit/libraries/controller/DnbCommons.robot @@ -16,7 +16,7 @@ Resource ${CURDIR}/../WaitUtils.robot # Even with check period of 15 seconds that makes more than 2 GB of output, # which is too much for processing into log.html (out of memory errors). ${DNB_CHECK_PERIOD_IN_SECONDS} 600 -${DNB_CHECK_TOLERANCE_IN_SECONDS} ${${DNB_CHECK_PERIOD}*1.2} +${DNB_CHECK_TOLERANCE_IN_SECONDS} ${${DNB_CHECK_PERIOD_IN_SECONDS}*1.2} ${DNB_PUBLISHER_SUBSCRIBER_PAIR_RATE} ${5000} ${DNB_PUBLISHER_LISTENER_PREFIX} working-pair- ${DNB_TESTED_MEMBER_INDEX} 1 -- 2.36.6