Skip to content

Commit f369945

Browse files
committed
increase timeout
1 parent 9a5d056 commit f369945

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js 😂
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 20
2222

2323
- name: Test 🧪
2424
env:

test/puppeteer.js

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

0 commit comments

Comments
 (0)