matrix-org / matrix-rust-sdk

Matrix Client-Server SDK for Rust
Apache License 2.0
1.2k stars 240 forks source link

tests: increase timeout duration for `await_room_remote_echo` #4004

Closed bnjbvr closed 1 week ago

bnjbvr commented 1 week ago

Fixes #4003, or so I suspect. The integration tests run in code coverage can be quite slow, so we can't put timeouts this low.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.31%. Comparing base (aa92e26) to head (92aaeab). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4004 +/- ## ========================================== + Coverage 84.27% 84.31% +0.03% ========================================== Files 266 266 Lines 28315 28306 -9 ========================================== + Hits 23863 23865 +2 + Misses 4452 4441 -11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jmartinesp commented 1 week ago

And it somehow fixed codecov too 😬 . I knew it was slow, but not that slow.