Mercurial > hg > orthanc-tests
changeset 729:694b048afad9
fix transfer tests
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Fri, 18 Oct 2024 14:26:20 +0200 |
parents | 0322fda1834e |
children | d2ac1c6588db |
files | NewTests/Concurrency/docker-compose-transfers-concurrency.yml |
diffstat | 1 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/NewTests/Concurrency/docker-compose-transfers-concurrency.yml Fri Oct 04 18:45:13 2024 +0200 +++ b/NewTests/Concurrency/docker-compose-transfers-concurrency.yml Fri Oct 18 14:26:20 2024 +0200 @@ -9,8 +9,12 @@ ports: ["8062:8042"] volumes: ["storage-orthanc-a:/var/lib/orthanc/db"] environment: - # VERBOSE_ENABLED: "true" + VERBOSE_STARTUP: "true" + VERBOSE_ENABLED: "true" TRANSFERS_PLUGIN_ENABLED: "true" + # increase this timeout for large transfers (it is configured at 2sec by the default integration tests config) + ORTHANC__HTTP_TIMEOUT: "60" + ORTHANC__TRANSFERS__PEER_CONNECTIVITY_TIMEOUT: "10" # disable DICOMWEB to avoid the metadata cache to consume disk space after StableStudy -> difficult to compare disk sizes DICOM_WEB_PLUGIN_ENABLED: "false" ORTHANC__POSTGRESQL: | @@ -39,8 +43,12 @@ ports: ["8063:8042"] volumes: ["storage-orthanc-b:/var/lib/orthanc/db"] environment: - # VERBOSE_ENABLED: "true" + VERBOSE_STARTUP: "true" + VERBOSE_ENABLED: "true" TRANSFERS_PLUGIN_ENABLED: "true" + # increase this timeout for large transfers (it is configured at 2sec by the default integration tests config) + ORTHANC__HTTP_TIMEOUT: "60" + ORTHANC__TRANSFERS__PEER_CONNECTIVITY_TIMEOUT: "10" DICOM_WEB_PLUGIN_ENABLED: "false" ORTHANC__POSTGRESQL: | {