Skip to content

Commit e7fc0e8

Browse files
committed
fix(build/respec): increase timeout to 20s
1 parent 0bae581 commit e7fc0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const outputFile = source + ".built.html";
1313
case "respec":
1414
console.log(`Converting ReSpec document '${source}' to HTML...`);
1515
return await sh(
16-
`respec -s "${source}" -o "${outputFile}" --verbose`,
16+
`respec -s "${source}" -o "${outputFile}" --verbose --timeout 20`,
1717
"stream",
1818
);
1919
case "bikeshed":

0 commit comments

Comments
 (0)