We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcfba7 commit af960cdCopy full SHA for af960cd
1 file changed
tests/wpt/loader.cjs
@@ -143,7 +143,7 @@ function loadTextDecoderHtml(fullName) {
143
'<!doctype html>\r\n<html>\r\n<head>\r\n<meta charset="', // e.g. git autocrlf, GitHub CI on Windows
144
]
145
146
- test(fullName, (t) => {
+ test(fullName, { timeout: 60_000 }, (t) => {
147
const b = fs.readFileSync(path.join(__dirname, `fixtures/${name}.html`)) // do not parse to text, read as Buffer
148
let encoding
149
for (const head of heads) {
0 commit comments