mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-18 01:27:11 +01:00
increase wait time on travis
This commit is contained in:
@@ -187,7 +187,7 @@ public abstract class AbstractAnalyzer implements Analyzer {
|
||||
@Override
|
||||
public boolean supportsParallelProcessing() {
|
||||
//temporarily removing parallel processing from all analyzders until further examination of thread safety occurs.
|
||||
//return true;
|
||||
return false;
|
||||
return true;
|
||||
//return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user