matrix-org / complement

Matrix compliance test suite
Apache License 2.0
61 stars 52 forks source link

Fix `TestKnocking` flakiness by waiting for knock membership to arrive #611

Closed squahtx closed 1 year ago

squahtx commented 1 year ago

Wait for up to 5 seconds for the knock membership to arrive over federation before failing the "Users in the room see a user's membership update when they knock" test case.

Signed-off-by: Sean Quah seanq@matrix.org


Fixes https://github.com/matrix-org/synapse/issues/14226.