`media::store::memory_store::tests::media_store_integration_tests_time::test_lease_locks` intermittently fails
https://github.com/matrix-org/matrix-rust-sdk/actions/runs/18275152000/job/52025455674
might just be a dumb "increase the timeout value" kind of solution, but I'd like to make sure it's that.
Also, there's an underlying question if the media store really needs the cross-process lock, because I don't think it needs it 🤔
Since this seems to happen only on Wasm and it is for the memory store, I think it makes sense to disable this test on Wasm.
Not the best solution to this, but I don't think it makes much sense to spend a lot of time on this.
It's not just the media store that has issues with this: https://github.com/matrix-org/matrix-rust-sdk/actions/runs/20232260036/job/58077951474?pr=5961.
event_cache_store_integration_tests_time() is affected as well in the same manner.
Disabling the later is happening here: https://github.com/matrix-org/matrix-rust-sdk/pull/5962.