Skip to content

Commit eb0b5fb

Browse files
Himenonclaude
andcommitted
test(client-generate-test): increase test timeout to 30 seconds
fix: increase timeout for kubernetes JSON generation test to 30s Co-Authored-By: Claude Sonnet <noreply@anthropic.com>
1 parent 776a42a commit eb0b5fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/__tests__/client-generate-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe("raw-json-generate", () => {
2727
]);
2828

2929
expect(code1).toBe(code2);
30-
});
30+
}, 30000);
3131
test("yaml file path loadable", () => {
3232
const codeGenerator = new CodeGenerator("test/api.test.domain/index.yml");
3333

0 commit comments

Comments
 (0)