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 9a5d056 commit f369945Copy full SHA for f369945
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Use Node.js 😂
19
uses: actions/setup-node@v4
20
with:
21
- node-version: 18
+ node-version: 20
22
23
- name: Test 🧪
24
env:
test/puppeteer.js
@@ -39,7 +39,7 @@ function getExamples(port) {
39
async function test(port) {
40
const browser = await puppeteer.launch({
41
headless: "new",
42
- protocolTimeout: 30 * 1000,
+ protocolTimeout: 4 * 60 * 1000, // 4 mins
43
args: [
44
//'--enable-unsafe-webgpu',
45
//'--enable-webgpu-developer-features',
0 commit comments