Skip to content

Commit f07c920

Browse files
committed
test fixes
1 parent 2409d0d commit f07c920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-hc/src/test/java/com/graphhopper/api/AbstractGraphHopperMatrixWebIntegrationTester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void testBikeMatrix() {
5656
req.addOutArray("times");
5757

5858
MatrixResponse res = ghMatrix.route(req);
59-
assertEquals(2495, res.getTime(1, 2) / 1000, 50);
59+
assertEquals(2450, res.getTime(1, 2) / 1000, 110);
6060
}
6161

6262
@Test

0 commit comments

Comments
 (0)