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

ricardozanini pushed a commit to branch radtriste-fix-pipelines
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git

commit 8a408907c622349c724ea692198ee72be378dc60
Author: jstastny-cz <[email protected]>
AuthorDate: Mon Nov 20 12:53:03 2023 +0100

    add initial sleep into startup command in common-build-runtime tests
---
 tests/features/common-build-runtime.feature | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/features/common-build-runtime.feature 
b/tests/features/common-build-runtime.feature
index 9a156850..fe3fc7cd 100644
--- a/tests/features/common-build-runtime.feature
+++ b/tests/features/common-build-runtime.feature
@@ -6,5 +6,5 @@
 Feature: Common tests for Kogito builder and runtime images
 
   Scenario: Verify if usage help is correctly called
-    When container is started with command /home/kogito/kogito-app-launch.sh -h
+    When container is started with command bash -c "sleep 2s; 
/home/kogito/kogito-app-launch.sh -h"
     Then container log should contain This is the


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to