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 94ef863 commit e6fccc3Copy full SHA for e6fccc3
firebase-database/src/commonTest/kotlin/dev.gitlive.firebase.database/database.kt
@@ -73,7 +73,7 @@ class FirebaseDatabaseTest {
73
74
private suspend fun awaitDatabaseConnection() {
75
// workaround to avoid "Database not connected" exception with Firebase emulator
76
- withTimeout(5.seconds) {
+ withTimeout(30.seconds) {
77
Firebase.database.reference(".info/connected").valueEvents.first { it.value() }
78
}
79
0 commit comments