Skip to content

fix: increase app install wait timeout to reduce CI flakiness#64

Merged
max-tet merged 1 commit intomainfrom
fix/ci-flaky-install-timeout
Apr 17, 2026
Merged

fix: increase app install wait timeout to reduce CI flakiness#64
max-tet merged 1 commit intomainfrom
fix/ci-flaky-install-timeout

Conversation

@max-tet
Copy link
Copy Markdown
Member

@max-tet max-tet commented Apr 17, 2026

Summary

  • test_peer_auth_basic failed in the 0.38.0 release pipeline with TimeoutError while the PR pipeline passed — same code, different runner load
  • Root cause: wait_until_app_installed had a 20s timeout with 2s sleep intervals; on a loaded runner, mock_app installation exceeded this
  • Fix: raise default timeout from 20s to 60s

Test plan

  • Re-run the failing release pipeline job or trigger CI on this branch
  • Verify test_peer_auth_basic passes consistently

🤖 Generated with Claude Code

20s was too tight on loaded GitHub runners; `test_peer_auth_basic`
hit TimeoutError in release pipeline while PR pipeline passed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@max-tet max-tet merged commit aa236b3 into main Apr 17, 2026
2 of 4 checks passed
@max-tet max-tet deleted the fix/ci-flaky-install-timeout branch April 17, 2026 08:57
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