Skip to content

Commit 3010ec8

Browse files
increase max_cost in test to give bidir more leeway
1 parent 9f2d528 commit 3010ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dijkstra_astarbidir_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ TEST(dijkstra_astarbidir, hamburg) {
197197
auto const raw_data = "test/hamburg.osm.pbf";
198198
auto const data_dir = "test/hamburg";
199199
auto const num_samples = 5000U;
200-
auto const max_cost = 2 * 3600U;
200+
auto const max_cost = 3 * 3600U;
201201

202202
if (!fs::exists(raw_data) && !fs::exists(data_dir)) {
203203
GTEST_SKIP() << raw_data << " not found";

0 commit comments

Comments
 (0)