diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index 261585f9b..1e5e21dcf 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -6,6 +6,7 @@ cryostat.discovery.docker.enabled=true cryostat.discovery.kubernetes.enabled=true quarkus.test.env.JAVA_OPTS_APPEND=-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9091 -Dcom.sun.management.jmxremote.rmi.port=9091 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false +quarkus.http.test-timeout=60s quarkus.datasource.devservices.enabled=true quarkus.datasource.devservices.image-name=quay.io/cryostat/cryostat-db diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5c11f4d3e..150da83ee 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -29,7 +29,7 @@ cryostat.connections.max-open=0 cryostat.connections.ttl=10s cryostat.connections.failed-backoff=2s cryostat.connections.failed-timeout=30s -cryostat.connections.upload-failed-timeout=120s +cryostat.connections.upload-failed-timeout=30m quarkus.rest-client.reports.url=http://localhost/ quarkus.rest-client.reports.verify-host=true quarkus.cache.enabled=true