mirror of
https://github.com/yewstack/yew.git
synced 2026-01-25 16:43:15 +00:00
The use_prepared_state and use_transitive_state hydration tests were flaky due to the async nature of base64 decoding via fetch API for data: URLs. The 100ms timeout was sometimes insufficient on CI runners under load. Increase timeouts from 100ms to 200ms to provide more headroom for the async hydration chain to complete.