# HG changeset patch # User Alain Mazy # Date 1729254380 -7200 # Node ID 694b048afad9ab83ae834767cfbaf62112680f8e # Parent 0322fda1834e57e8dc97f824657e95f1a617b5e6 fix transfer tests diff -r 0322fda1834e -r 694b048afad9 NewTests/Concurrency/docker-compose-transfers-concurrency.yml --- 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: | {