Skip to content

Commit

Permalink
try fix ci #2
Browse files Browse the repository at this point in the history
  • Loading branch information
slmjkdbtl committed Mar 24, 2024
1 parent 62dca74 commit d4bafa6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
39 changes: 0 additions & 39 deletions examples/particle.js

This file was deleted.

4 changes: 1 addition & 3 deletions scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ const run = async () => {

let failed = false
console.log("launching browser")
const browser = await puppeteer.launch({
protocolTimeout: 600000,
})
const browser = await puppeteer.launch()
console.log("getting examples list")
const examples = (await fs.readdir("examples"))
.filter((p) => !p.startsWith(".") && p.endsWith(".js"))
Expand Down

0 comments on commit d4bafa6

Please sign in to comment.