Skip to content

Commit

Permalink
increased number of serves in intersect polygon test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Aug 12, 2023
1 parent 385422b commit 28de1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intersect-polygon/intersect-polygon.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function fetch_json(url) {
}
}

serve({ debug: true, max: 13, port: 3000, wait: 60 });
serve({ debug: true, max: 19, port: 3000, wait: 60 });

const urlToGeojson = "http://localhost:3000/data/gadm/geojsons/Akrotiri and Dhekelia.geojson";

Expand Down

0 comments on commit 28de1d2

Please sign in to comment.