Crypto tests are failing due to slow initialSync. Increase timeout by 60s.
This commit is contained in:
parent
010be9184c
commit
78140af3f3
|
@ -297,7 +297,7 @@ class CommonTestHelper(context: Context) {
|
|||
val session = (registrationResult as RegistrationResult.Success).session
|
||||
session.open()
|
||||
if (sessionTestParams.withInitialSync) {
|
||||
syncSession(session, 60_000)
|
||||
syncSession(session, 120_000)
|
||||
}
|
||||
return session
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue