Skip to content

Commit

Permalink
chore: change benchmark timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Sep 13, 2024
1 parent c489b2d commit a7e3832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/contour.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (true) {
result = (conrec.drawContour({
contourDrawer: 'basic',
levels,
timeout: 10000,
timeout: 100000,
}));
console.log(result.contours.length)
console.timeEnd('basic');
Expand Down

0 comments on commit a7e3832

Please sign in to comment.