From 3badd980af1aaaf2f47745179157040aaa4b8686 Mon Sep 17 00:00:00 2001 From: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> Date: Tue, 18 Apr 2023 09:30:55 +0200 Subject: [PATCH] Add application.properties comment --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e7eff3b1..e67c515e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -25,4 +25,5 @@ quarkus.kubernetes.resources.requests.cpu=50m quarkus.kubernetes.resources.limits.memory=256Mi quarkus.kubernetes.resources.limits.cpu=250m +# Increase test hang time since the operator takes time to initiate all deployments quarkus.test.hang-detection-timeout=30M \ No newline at end of file