Skip to content

Commit

Permalink
increased served requests in intersect-polygon.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed May 11, 2024
1 parent 70c3297 commit bcfa92f
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 @@ -39,7 +39,7 @@ async function fetch_json(url) {
}
}

serve({ debug: true, max: 25, port: 3000, wait: 60 });
serve({ debug: true, max: 30, port: 3000, wait: 60 });

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

Expand Down

0 comments on commit bcfa92f

Please sign in to comment.