From cb2b8796f2855321246b1a84e3f8ad59f800680a Mon Sep 17 00:00:00 2001 From: Francisco Javier Tirado Sarti Date: Thu, 1 Aug 2024 17:39:43 +0200 Subject: [PATCH] Increasing devservices timeout for keycloak This should fix flaky test popping up --- .../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 b2e303fe3e..74c22f13c7 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