Skip to content

Commit dd09943

Browse files
committed
Try a longer timeout in puppeteer
1 parent 73aeba6 commit dd09943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/puppeteer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function getExamples(port) {
3939
async function test(port) {
4040
const browser = await puppeteer.launch({
4141
headless: "new",
42+
protocolTimeout: 30 * 1000,
4243
args: [
4344
//'--enable-unsafe-webgpu',
4445
//'--enable-webgpu-developer-features',

0 commit comments

Comments
 (0)