diff NewTests/Concurrency/docker-compose-transfers-concurrency.yml @ 725:90dfc48b89a7 find-refactoring

increased transfer timeout
author Alain Mazy <am@orthanc.team>
date Fri, 18 Oct 2024 10:40:36 +0200
parents 765446710507
children c5c49f92554e
line wrap: on
line diff
--- a/NewTests/Concurrency/docker-compose-transfers-concurrency.yml	Fri Oct 18 10:04:51 2024 +0200
+++ b/NewTests/Concurrency/docker-compose-transfers-concurrency.yml	Fri Oct 18 10:40:36 2024 +0200
@@ -11,6 +11,8 @@
     environment:
       VERBOSE_ENABLED: "true"
       TRANSFERS_PLUGIN_ENABLED: "true"
+      # increase this timeout for large transfers
+      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: |
@@ -41,6 +43,8 @@
     environment:
       VERBOSE_ENABLED: "true"
       TRANSFERS_PLUGIN_ENABLED: "true"
+      # increase this timeout for large transfers
+      ORTHANC__TRANSFERS__PEER_CONNECTIVITY_TIMEOUT: "10"
       DICOM_WEB_PLUGIN_ENABLED: "false"
       ORTHANC__POSTGRESQL: |
         {