We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd52e8 commit ec3d14cCopy full SHA for ec3d14c
test/bikeshed.test.ts
@@ -28,7 +28,7 @@ const specFailurePattern =
28
const issuesFailurePattern =
29
/^\{"error":"fatal error: Missing 'Draft' metadata."\}$/;
30
31
-describe("spec-generator: Bikeshed", { timeout: 15000 }, () => {
+describe("spec-generator: Bikeshed", { timeout: 30000 }, () => {
32
before(() => {
33
testServer = start(PORT);
34
});
0 commit comments