We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17755d7 commit 4b9c61eCopy full SHA for 4b9c61e
tools/generate_images_pptr.js
@@ -39,7 +39,7 @@ const options = {
39
job: 0,
40
SCRIPT_VER: argv[2] || 'build',
41
IMAGE_OUTPUT_DIR: argv[3],
42
- TIMEOUT: 30 * 1000,
+ TIMEOUT: 60 * 1000, // 60 seconds.
43
};
44
const args = process.argv.slice(4);
45
// console.log(args);
0 commit comments