Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a flaky cross-signing test (#749)
The basic problem in this test is that there are three things that can cause a "devices/changed" sync update: * inviting the user * the user joining * the user doing his cross-signing ... and it's hard to be sure that we're getting the right update. If we make sure that we wait for each update, it fixes the race condition.
- Loading branch information