mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-26 19:11:29 +01:00
increase wait time on travis
This commit is contained in:
@@ -29,12 +29,12 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- JDK="JDK7"
|
- JDK="JDK7"
|
||||||
script:
|
script:
|
||||||
- if [ ! -z "$TRAVIS_TAG" ]; then travis_wait 20 mvn install site site:stage -DreleaseTesting; else travis_wait 15 mvn install -DreleaseTesting; fi
|
- if [ ! -z "$TRAVIS_TAG" ]; then travis_wait 30 mvn install site site:stage -DreleaseTesting; else travis_wait 30 mvn install -DreleaseTesting; fi
|
||||||
- jdk: oraclejdk8
|
- jdk: oraclejdk8
|
||||||
env:
|
env:
|
||||||
- JDK="JDK8"
|
- JDK="JDK8"
|
||||||
script:
|
script:
|
||||||
- travis_wait 15 mvn install -DreleaseTesting
|
- travis_wait 30 mvn install -DreleaseTesting
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- if [ "$JDK" == "JDK8" ]; then
|
- if [ "$JDK" == "JDK8" ]; then
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ public abstract class AbstractAnalyzer implements Analyzer {
|
|||||||
@Override
|
@Override
|
||||||
public boolean supportsParallelProcessing() {
|
public boolean supportsParallelProcessing() {
|
||||||
//temporarily removing parallel processing from all analyzders until further examination of thread safety occurs.
|
//temporarily removing parallel processing from all analyzders until further examination of thread safety occurs.
|
||||||
//return true;
|
return true;
|
||||||
return false;
|
//return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user