There was an error while loading. Please reload this page.
1 parent 13e63e6 commit 0f3997dCopy full SHA for 0f3997d
1 file changed
tests/sdk-types.test.ts
@@ -101,5 +101,6 @@ describe('SDK type packaging', () => {
101
} finally {
102
rmSync(tempDir, { recursive: true, force: true });
103
}
104
- }, 60000);
+ // This test shells out to TypeScript twice and can exceed 60s on shared CI runners.
105
+ }, 120000);
106
});
0 commit comments