Skip to content

Commit

Permalink
Increase test timeout, increase upload timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Matsuoka committed Jan 31, 2025
1 parent 507b68a commit cde28e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cde28e0

Please sign in to comment.