Skip to content

Commit

Permalink
Increase PDF export timeout
Browse files Browse the repository at this point in the history
Increase timeout for PDF export from 2 to 20 seconds
  • Loading branch information
jonmmease committed Dec 5, 2020
1 parent dd11ad8 commit edcae2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/kaleido/js/src/plotly/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ module.exports = {
plotGlPixelRatio: 2.5,

// time [in ms] after which printToPDF errors when image isn't loaded
pdfPageLoadImgTimeout: 2000
pdfPageLoadImgTimeout: 20000
}

0 comments on commit edcae2d

Please sign in to comment.