Skip to content

Commit

Permalink
increased serve limit for range.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Dec 16, 2023
1 parent 3102076 commit 6fb06f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/range/range.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import test from "flug";
import { serve } from "srvd";
import range from ".";

serve({ debug: true, max: 10, port: 3000 });
serve({ debug: true, max: 20, port: 3000 });

const url = "http://localhost:3000/data/test.tiff";
const bbox = [80.63, 7.42, 84.21, 10.1];
Expand Down

0 comments on commit 6fb06f6

Please sign in to comment.