mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
Other(test): Increase timeouts because race check is slow
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user