This is an automated email from the ASF dual-hosted git repository.

smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 436618535 KNOX-2774 - Changed DEFAULT_APP_STATUS_TEST_RETRY_SLEEP 
value from 2s to 2 (#606)
436618535 is described below

commit 4366185351eb0dfa40d1ccac4a0766bf707bd440
Author: MrtnBalazs <[email protected]>
AuthorDate: Fri Jul 8 07:48:07 2022 +0200

    KNOX-2774 - Changed DEFAULT_APP_STATUS_TEST_RETRY_SLEEP value from 2s to 2 
(#606)
---
 gateway-release-common/home/bin/knox-functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gateway-release-common/home/bin/knox-functions.sh 
b/gateway-release-common/home/bin/knox-functions.sh
index 3e214cbf3..eef91eae8 100644
--- a/gateway-release-common/home/bin/knox-functions.sh
+++ b/gateway-release-common/home/bin/knox-functions.sh
@@ -44,7 +44,7 @@ declare -a APP_JAVA_OPTS
 
 #status-based test related variables
 DEFAULT_APP_STATUS_TEST_RETRY_ATTEMPTS=5
-DEFAULT_APP_STATUS_TEST_RETRY_SLEEP=2s
+DEFAULT_APP_STATUS_TEST_RETRY_SLEEP=2
 
 ############################
 ##### common functions #####

Reply via email to