You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
io.realm.kotlin.test.mongodb.common.SyncedRealmTests.mutableRealmInt_convergesAcrossClients occasionally fails with timeout:
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 60000 ms
at kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:191)
at kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:159)
at kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:501)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:280)
at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:108)
at java.lang.Thread.run(Thread.java:923)
#1559 updates the CI BaaS to 2023-11-02 which have not yet shown the issue, so might just be incompatible versions. Locally built BaaS does not show it.
The text was updated successfully, but these errors were encountered:
io.realm.kotlin.test.mongodb.common.SyncedRealmTests.mutableRealmInt_convergesAcrossClients
occasionally fails with timeout:Observed here among other places: https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-kotlin/detail/PR-1559/5/tests and https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-kotlin/detail/main/183/tests/
#1559 updates the CI BaaS to
2023-11-02
which have not yet shown the issue, so might just be incompatible versions. Locally built BaaS does not show it.The text was updated successfully, but these errors were encountered: