Skip to content

Commit af960cd

Browse files
committed
test: adjust wpt html test timeout
1 parent cfcfba7 commit af960cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/wpt/loader.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function loadTextDecoderHtml(fullName) {
143143
'<!doctype html>\r\n<html>\r\n<head>\r\n<meta charset="', // e.g. git autocrlf, GitHub CI on Windows
144144
]
145145

146-
test(fullName, (t) => {
146+
test(fullName, { timeout: 60_000 }, (t) => {
147147
const b = fs.readFileSync(path.join(__dirname, `fixtures/${name}.html`)) // do not parse to text, read as Buffer
148148
let encoding
149149
for (const head of heads) {

0 commit comments

Comments
 (0)