Skip to content

Commit ec3d14c

Browse files
committed
Re-extend test timeout for github workflow
1 parent 4cd52e8 commit ec3d14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bikeshed.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const specFailurePattern =
2828
const issuesFailurePattern =
2929
/^\{"error":"fatal error: Missing 'Draft' metadata."\}$/;
3030

31-
describe("spec-generator: Bikeshed", { timeout: 15000 }, () => {
31+
describe("spec-generator: Bikeshed", { timeout: 30000 }, () => {
3232
before(() => {
3333
testServer = start(PORT);
3434
});

0 commit comments

Comments
 (0)