Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Automate
Agent sessions
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
AuTA
Core
Commits
7dad7501
Commit
7dad7501
authored
May 21, 2019
by
Erik Oudsen
Browse files
Options
Downloads
Patches
Plain Diff
MR related changes V1
parent
95b38825
No related branches found
No related tags found
2 merge requests
!78
Master merge
,
!50
Radon
Pipeline
#169907
passed
May 21, 2019
Stage: build
Stage: test
Stage: review
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
worker/src/main/java/nl/tudelft/ewi/auta/checker/python/Radon.java
+2
-2
2 additions, 2 deletions
...c/main/java/nl/tudelft/ewi/auta/checker/python/Radon.java
with
2 additions
and
2 deletions
worker/src/main/java/nl/tudelft/ewi/auta/checker/python/Radon.java
+
2
−
2
View file @
7dad7501
...
...
@@ -111,12 +111,12 @@ public class Radon extends FragmentAnalyzer {
final
var
done
=
runningProcess
.
waitFor
(
2
,
TimeUnit
.
MINUTES
);
if
(!
done
)
{
logger
.
warn
(
"The Python process for Radon timed out during execution"
);
return
new
ProjectEntity
();
throw
new
IOException
();
}
}
catch
(
InterruptedException
e
)
{
logger
.
warn
(
"The Python executable from analyzer Radon was interrupted"
);
return
new
ProjectEntity
();
throw
new
IOException
();
}
// Retrieve the JSon object from the process
...
...
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
sign in
to comment