diff --git a/tests/conversionOfTimestamps.py b/tests/conversionOfTimestamps.py index 623beb39bd3f6372639b4690f395a2e8f989a2b2..e28bfcf013dfff2227c43247e0c1dbc5a0f9224e 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)