Skip to content

Commit 3a08d54

Browse files
committed
fix: more timeout for test failure
1 parent 5bc9f09 commit 3a08d54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/__tests__/create-handbook.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ describe("create-handbook CLI", () => {
113113
// Clean up
114114
await fs.rm(targetDir, { recursive: true, force: true });
115115
}
116-
}, 60000); // 60 second timeout for this test, since we need to Build, Start, and Stop the server
116+
}, 120000); // 120 second timeout for this test, since we need to Build, Start, and Stop the server
117117
});

0 commit comments

Comments
 (0)