Skip to content

Commit 4b9c61e

Browse files
ronyehrvilarl
authored andcommitted
Double the timeout before quitting the puppeteer image generation.
A 2016-era Macbook Pro sometimes doesn't finish generating all the images in time.
1 parent 17755d7 commit 4b9c61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generate_images_pptr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const options = {
3939
job: 0,
4040
SCRIPT_VER: argv[2] || 'build',
4141
IMAGE_OUTPUT_DIR: argv[3],
42-
TIMEOUT: 30 * 1000,
42+
TIMEOUT: 60 * 1000, // 60 seconds.
4343
};
4444
const args = process.argv.slice(4);
4545
// console.log(args);

0 commit comments

Comments
 (0)