Other(test): Increase timeouts because race check is slow

This commit is contained in:
James Houlahan
2022-10-25 12:03:06 +02:00
parent 5adbf74cbe
commit dabc9717d1
2 changed files with 13 additions and 13 deletions

View File

@ -97,7 +97,7 @@ func (t *testCtx) startBridge() error {
t.events.collectFrom(eventCh)
// Wait for the users to be loaded.
t.events.await(events.AllUsersLoaded{}, 10*time.Second)
t.events.await(events.AllUsersLoaded{}, 30*time.Second)
// Save the bridge to the context.
t.bridge = bridge