fix: stabilize TASK-WP5-03 CI toolchain timeout
Dada P0-A isolated Windows CI / validate-and-package (push) Successful in 9m56s

This commit is contained in:
suyx
2026-08-04 00:29:02 +08:00
parent 4d1ec8ba7e
commit 5e2d4e7aaf
+1 -1
View File
@@ -19,7 +19,7 @@ describe("TASK-WP0-01 minimum toolchain", () => {
expect(probe.fabricVersion).toBe("7.4.0");
});
it("loads and closes Fastify with the frozen Swagger plugin", async () => {
it("loads and closes Fastify with the frozen Swagger plugin", { timeout: 15_000 }, async () => {
const app = await createApp();
await app.ready();
expect(app.hasPlugin("@fastify/swagger")).toBe(true);