From 58d9fb7ae40cefc8c8957bd28ab7d34835630d73 Mon Sep 17 00:00:00 2001 From: Carsten Hinz <c.hinz@fz-juelich.de> Date: Wed, 12 Jun 2024 14:44:52 +0200 Subject: [PATCH] removed old debug flag from tests --- tests/conversionOfTimestamps.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/conversionOfTimestamps.py b/tests/conversionOfTimestamps.py index 623beb3..e28bfcf 100644 --- a/tests/conversionOfTimestamps.py +++ b/tests/conversionOfTimestamps.py @@ -39,8 +39,6 @@ cache_basepath.mkdir(exist_ok=True) result_basepath.mkdir(exist_ok=True) analysis_service = AnalysisServiceDownload(stats_endpoint=stats_endpoint, cache_dir=cache_basepath, sample_dir=result_basepath, use_downloaded=True) -Connection.DEBUG=True - # maybe adopt the interval for requesting the results and the total duration, before the client pauses the requests. # as the requests take about 45min, it is more suitable to wait 60min before timing out the requests than the original 30min. analysis_service.connection.setRequestTimes(interval_min=5, maxWait_min=60) -- GitLab