Skip to content

Commit e48a57c

Browse files
committed
Increase time to log session to 60 seconds
1 parent 7b0917e commit e48a57c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

firebase-sessions/test-app/src/androidTest/kotlin/com/google/firebase/testing/sessions/FirebaseSessionsTest.kt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ class FirebaseSessionsTest {
4747

4848
// Wait for the session start event to send.
4949
// TODO(mrober): Setup logger we can access from tests.
50-
Thread.sleep(40_000)
50+
Thread.sleep(TIME_TO_LOG_SESSION)
51+
}
52+
53+
companion object {
54+
private const val TIME_TO_LOG_SESSION = 60_000L
5155
}
5256
}

0 commit comments

Comments
 (0)