Skip to content

Commit bcee7ea

Browse files
committed
[Mod] default render.timeout is 60000ms
1 parent 12108f0 commit bcee7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function mergeSettings(settings){
168168
quality: 80, // @see http://phantomjs.org/api/webpage/method/render.html
169169
ext: 'jpg', // the same as format, if not specified
170170
delay: 1000, // delay(ms) before screenshot.
171-
timeout: 30 * 1000 // render timeout, max waiting time
171+
timeout: 60 * 1000 // render timeout, max waiting time
172172
},
173173
path: {
174174
root: DEFAULT_DATA_DIRNAME, // data and screenshot save path root

0 commit comments

Comments
 (0)