We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6755ff9 commit 90d08cfCopy full SHA for 90d08cf
firebase-database/src/jsTest/kotlin/dev/gitlive/firebase/database/database.kt
@@ -24,7 +24,7 @@ actual fun runTest(test: suspend () -> Unit) = kotlinx.coroutines.test.runTest(t
24
actual annotation class IgnoreForAndroidUnitTest
25
26
private suspend fun awaitDatabaseConnection() = withContext(Dispatchers.Default) {
27
- withTimeout(5.seconds) {
+ withTimeout(2.minutes) {
28
Firebase.database.reference(".info/connected").valueEvents.first { it.value() }
29
}
30
0 commit comments