Skip to content

Conversation

@sanity
Copy link
Contributor

@sanity sanity commented Aug 10, 2025

Summary

  • Increase riverctl timeouts: PUT/GET from 2s to 10s; SUBSCRIBE from 1s to 5s
  • Correct misleading error text (PUT vs GET) on timeout

Rationale

Gateway/regression runs intermittently hit 2s GET timeouts during room creation and invitation accept steps under real gateway latency. Longer, still conservative timeouts reduce flakiness while preserving fast paths.

Impact

  • Stabilizes gateway framework tests (room creation, invite accept)
  • No protocol changes; purely client-side wait tuning

Testing

  • Built riverctl in release
  • Verified compilation
  • Ran gateway framework basic pattern locally; observed fewer timeouts

Allow more time for PUT/GET/SUBSCRIBE responses and correct error text to reduce flakiness under network/gateway latency.
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.

2 participants