Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf32661

Browse files
mizchiclaude
andcommitted
fix: extend HLS test timeout to 90 seconds for CI
HLS initialization takes longer in CI environment, causing test failures.Increased timeout from 60s to 90s to accommodate slower initialization.🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>
1 parentb615dc8 commitbf32661

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎tests/languages/language-tests/haskell-simple.test.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ describe("Haskell Language Server Basic Tests", () => {
3131
expect(result.error).toBeDefined();
3232
console.warn("HLS not available, skipping test");
3333
}
34-
},60000);
34+
},90000);
3535
});

‎tests/languages/language-tests/haskell.test.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const projectRoot = join(import.meta.dirname, "../../fixtures", "haskell");
1111
describe("Haskell Language Server Adapter",()=>{
1212
// CI environment needs more time for HLS initialization
1313
constisCI=process.env.CI==="true";
14-
consttestTimeout=isCI ?60000 :30000;
14+
consttestTimeout=isCI ?90000 :30000;
1515

1616
it(
1717
"should connect to HLS",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp