Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

テストが異常終了する対策 #1560

Merged
merged 1 commit into from
Mar 3, 2021

Conversation

berryzplus
Copy link
Contributor

PR の目的

テストが異常終了する対策です。

カテゴリ

  • 仕様変更

PR の背景

#1556 (comment)

PR のメリット

サクラエディタの起動に失敗する原因の1つが軽減されます。

PR のデメリット (トレードオフとかあれば)

なにかの間違いで起動が遅延するときの待ち時間が延びます。

仕様・動作説明

コントロールプロセスを起動するときのタイムアウトを3倍に延長します。
3倍とした理由は、ローカルで動作確認した際の runWithNoWin の実行時間が20秒であったためです。

PR の影響範囲

コントロールプロセスを起動する処理に影響します。
アプリコード内に該当する処理を呼び出すコードはありません。

テスト内容

単体テストコードのカバー範囲なので追加のテストは不要と考えています。

関連 issue, PR

#1535

参考資料

@sonarcloud
Copy link

sonarcloud bot commented Mar 1, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@AppVeyorBot
Copy link

Copy link
Contributor

@beru beru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

問題ないと思います。

特にテストはしてません、同期待ちのタイムアウトの調整なので多分何も問題ないかと…。

@berryzplus
Copy link
Contributor Author

レビューありがとうございます。マージしちゃいます。

@berryzplus berryzplus merged commit 2da51ae into sakura-editor:master Mar 3, 2021
@berryzplus berryzplus deleted the feature/extend_timeout branch March 3, 2021 03:26
@beru beru added the specification change ■仕様変更 label Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
specification change ■仕様変更
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants