Skip to content

Commit d1cff7c

Browse files
committed
made landsat test more strict
1 parent 700e697 commit d1cff7c

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cache:
1717
directories:
1818
- $HOME/.m2
1919
install: "mvn -q clean install javadoc:aggregate -Dfindbugs.skip -Daccumulo.version=${ACCUMULO_VERSION} -Daccumulo.api=${ACCUMULO_API} -Dhbase.version=${HBASE_VERSION} -Dhadoop.version=${HADOOP_VERSION} -Dgeotools.version=${GEOTOOLS_VERSION} -Dgeoserver.version=${GEOSERVER_VERSION} -DskipITs=true -DskipTests=true -Dformatter.skip=true -P ${PLATFORM_VERSION}; .utility/build-docs-site.sh"
20-
script: "mvn -q -T 2C verify -Daccumulo.version=${ACCUMULO_VERSION} -Daccumulo.api=${ACCUMULO_API} -Dhbase.version=${HBASE_VERSION} -Dhadoop.version=${HADOOP_VERSION} -Dgeotools.version=${GEOTOOLS_VERSION} -Dgeoserver.version=${GEOSERVER_VERSION} -P ${PLATFORM_VERSION}"
20+
script: "travis_wait 80 mvn -q -T 2C verify -Daccumulo.version=${ACCUMULO_VERSION} -Daccumulo.api=${ACCUMULO_API} -Dhbase.version=${HBASE_VERSION} -Dhadoop.version=${HADOOP_VERSION} -Dgeotools.version=${GEOTOOLS_VERSION} -Dgeoserver.version=${GEOSERVER_VERSION} -P ${PLATFORM_VERSION}"
2121
before_install:
2222
- export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=192m -Dorg.slf4j.simpleLogger.defaultLogLevel=warn"
2323
- chmod +x .utility/push-javadoc-to-gh-pages.sh

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -726,11 +726,6 @@
726726
<name>BoundlessGeo Maven Repository</name>
727727
<url>http://repo.boundlessgeo.com/main</url>
728728
</repository>
729-
<repository>
730-
<id>geosolutions</id>
731-
<name>GeoSolutions Repository</name>
732-
<url>http://maven.geo-solutions.it</url>
733-
</repository>
734729
<repository>
735730
<id>osgeo</id>
736731
<name>Open Source Geospatial Foundation Repository</name>

test/src/test/java/mil/nga/giat/geowave/test/landsat/LandsatIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public void testMosaic()
208208
result).getAsBufferedImage(),
209209
reference,
210210
0,
211-
0.1);
211+
0.005);
212212
MapProjection.SKIP_SANITY_CHECKS = false;
213213
}
214214
}

0 commit comments

Comments
 (0)