Skip to content

Commit

Permalink
Crypto tests are failing due to slow initialSync. Increase timeout by…
Browse files Browse the repository at this point in the history
… 60s.
  • Loading branch information
michaelkaye committed May 16, 2022
1 parent 010be91 commit 78140af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 78140af

Please sign in to comment.