mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-29 18:39:27 +01:00
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…
x
Reference in New Issue
Block a user