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

fjtiradosarti pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new a78de1656 Increasing devservices timeout for keycloak (#1991)
a78de1656 is described below

commit a78de1656c347945ec5de70d61318b746ce533f3
Author: Francisco Javier Tirado Sarti 
<[email protected]>
AuthorDate: Fri Aug 2 11:04:05 2024 +0200

    Increasing devservices timeout for keycloak (#1991)
    
    This should fix flaky test popping up
---
 .../acme-financial-service/src/main/resources/application.properties     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/src/main/resources/application.properties
 
b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/src/main/resources/application.properties
index b2e303fe3..74c22f13c 100644
--- 
a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/src/main/resources/application.properties
+++ 
b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/src/main/resources/application.properties
@@ -19,6 +19,7 @@
 
 quarkus.http.port=8483
 quarkus.native.native-image-xmx=8g
+quarkus.devservices.timeout=2m
 
 quarkus.swagger-ui.always-include=true
 


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

Reply via email to