Skip to content

ci: HTTP smoke の health 待機を 120s に引き上げる#288

Merged
hideyukiMORI merged 1 commit into
mainfrom
ci/healthcheck-timeout-bump
May 21, 2026
Merged

ci: HTTP smoke の health 待機を 120s に引き上げる#288
hideyukiMORI merged 1 commit into
mainfrom
ci/healthcheck-timeout-bump

Conversation

@hideyukiMORI
Copy link
Copy Markdown
Owner

Summary

  • `.github/workflows/tests.yml` の "Wait for /health to report healthStatus=ok" 待機 budget を 60s → 120s。
  • PR feat(ini): LOGOUT_URI を NENE_LOGOUT_URI で env override 可能にする (#277) #284 の CI が 60s timeout で fail した実例があったため。MySQL 初回 init + app composer install + apache 起動が cold runner で 60-90s かかる場合あり。
  • コメントに「90s 未満に減らす時は実 runner で要確認」を追記。

Test plan

🤖 Generated with Claude Code

PR #284 の CI が 60s timeout で fail。app コンテナの init (composer
install + ./init.sh + apache 起動) が cold GitHub Actions runner で
60-90s かかる場合があり、現状の 60s budget では収まらないことが
あった。

120s に bump して余裕を持たせる。tail-end runner の実測で 90s 超え
るケースを想定。コメントに「90s 未満に減らす時は実 runner で確認
すること」と注記。

無関係 PRs にも影響なし (既存 deployment は変わらず、CI のみ修正)。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hideyukiMORI hideyukiMORI enabled auto-merge May 21, 2026 12:53
@hideyukiMORI hideyukiMORI merged commit 048dd93 into main May 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant