Skip to content

Commit

Permalink
tests: Increase WAIT_CONDITION_TIMEOUT_MS
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbileck committed Jan 9, 2025
1 parent bc6a096 commit e44cc44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import java.util.Date
@RunWith(AndroidJUnit4::class)
class NotificationTest {
companion object {
private const val WAIT_CONDITION_TIMEOUT_MS: Long = 1000
private const val WAIT_CONDITION_TIMEOUT_MS: Long = 5000
}

private val fcmTestRule = FirebasePushNotificationTestRule(BisqFirebaseMessagingService())
Expand Down

0 comments on commit e44cc44

Please sign in to comment.