We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12108f0 commit bcee7eaCopy full SHA for bcee7ea
index.js
@@ -168,7 +168,7 @@ function mergeSettings(settings){
168
quality: 80, // @see http://phantomjs.org/api/webpage/method/render.html
169
ext: 'jpg', // the same as format, if not specified
170
delay: 1000, // delay(ms) before screenshot.
171
- timeout: 30 * 1000 // render timeout, max waiting time
+ timeout: 60 * 1000 // render timeout, max waiting time
172
},
173
path: {
174
root: DEFAULT_DATA_DIRNAME, // data and screenshot save path root
0 commit comments