Skip to content

Commit

Permalink
Double the timeout before quitting the puppeteer image generation.
Browse files Browse the repository at this point in the history
A 2016-era Macbook Pro sometimes doesn't finish generating all the
images in time.
  • Loading branch information
ronyeh authored and rvilarl committed Mar 7, 2023
1 parent 17755d7 commit 4b9c61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate_images_pptr.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const options = {
job: 0,
SCRIPT_VER: argv[2] || 'build',
IMAGE_OUTPUT_DIR: argv[3],
TIMEOUT: 30 * 1000,
TIMEOUT: 60 * 1000, // 60 seconds.
};
const args = process.argv.slice(4);
// console.log(args);
Expand Down

0 comments on commit 4b9c61e

Please sign in to comment.