From 14ec5add46ec32f54c71f582afb31da36dd8cdcc Mon Sep 17 00:00:00 2001 From: rodicasutu Date: Wed, 3 Feb 2021 12:30:34 +0200 Subject: [PATCH] add a new test for cluster/SecurityClassificationClusterTests.java debug no output --- scripts/waitForAlfrescoToStart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/waitForAlfrescoToStart.sh b/scripts/waitForAlfrescoToStart.sh index 065ae39544..4e378948d1 100755 --- a/scripts/waitForAlfrescoToStart.sh +++ b/scripts/waitForAlfrescoToStart.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash - +set -xe WAIT_INTERVAL=1 COUNTER=0 TIMEOUT=300