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 73aeba6 commit dd09943Copy full SHA for dd09943
test/puppeteer.js
@@ -39,6 +39,7 @@ function getExamples(port) {
39
async function test(port) {
40
const browser = await puppeteer.launch({
41
headless: "new",
42
+ protocolTimeout: 30 * 1000,
43
args: [
44
//'--enable-unsafe-webgpu',
45
//'--enable-webgpu-developer-features',
0 commit comments