We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7f832 commit a3849beCopy full SHA for a3849be
1 file changed
docker-resources/variability_analysis_Linux.properties
@@ -22,12 +22,12 @@ log.console = false
22
log.level.main = STATUS
23
# For a minority of commits the build process can get stuck. We stop KernelHaven after the timeout and consider the
24
# commit to be an error commit
25
-extraction.timeout = 60
+extraction.timeout = 600
26
27
### Analysis Parameters ###
28
# How many commits should be analyzed in parallel? Warning: each task requires a considerable amount
29
# of resources
30
-analysis.number_of_tasks = 1
+analysis.number_of_tasks = 3
31
32
# The folders which are considered by KbuildMiner can be specified manually with the following property. Normally,
33
# they are determined automatically, which we consider to be the best option in most cases
0 commit comments