Skip to content
Snippets Groups Projects
Commit 58d9fb7a authored by Carsten Hinz's avatar Carsten Hinz
Browse files

removed old debug flag from tests

parent 8fd77d74
No related branches found
No related tags found
2 merge requests!11Creation of first beta release version,!8Resolve "add structured logging and output levels for complete module"
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment