changeset 728:4afac6cc00a5 find-refactoring

debug
author Alain Mazy <am@orthanc.team>
date Fri, 18 Oct 2024 13:08:17 +0200
parents c5c49f92554e
children
files NewTests/Concurrency/docker-compose-transfers-concurrency.yml
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NewTests/Concurrency/docker-compose-transfers-concurrency.yml	Fri Oct 18 12:53:55 2024 +0200
+++ b/NewTests/Concurrency/docker-compose-transfers-concurrency.yml	Fri Oct 18 13:08:17 2024 +0200
@@ -12,7 +12,8 @@
       VERBOSE_STARTUP: "true"
       VERBOSE_ENABLED: "true"
       TRANSFERS_PLUGIN_ENABLED: "true"
-      # increase this timeout for large transfers
+      # 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"
@@ -45,7 +46,8 @@
       VERBOSE_STARTUP: "true"
       VERBOSE_ENABLED: "true"
       TRANSFERS_PLUGIN_ENABLED: "true"
-      # increase this timeout for large transfers
+      # 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: |