Skip to content

Commit

Permalink
Bigger timeout for tile fade
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 15, 2023
1 parent 7426627 commit 8827a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/check-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function loaded(page, browser) {
process.exit(2);
}
);
}, 500);
}, 1000);
} else {
await browser.close();
}
Expand Down

0 comments on commit 8827a42

Please sign in to comment.