Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
toargridding
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
toar-public
toargridding
Commits
58d9fb7a
Commit
58d9fb7a
authored
10 months ago
by
Carsten Hinz
Browse files
Options
Downloads
Patches
Plain Diff
removed old debug flag from tests
parent
8fd77d74
No related branches found
No related tags found
2 merge requests
!11
Creation of first beta release version
,
!8
Resolve "add structured logging and output levels for complete module"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/conversionOfTimestamps.py
+0
-2
0 additions, 2 deletions
tests/conversionOfTimestamps.py
with
0 additions
and
2 deletions
tests/conversionOfTimestamps.py
+
0
−
2
View file @
58d9fb7a
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment