Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b0f1eb0 authored by Olivier St-Onge's avatar Olivier St-Onge
Browse files

Change the MIN_UPTIME back to 60s for checking satellite support

Flag: none
Test: DeviceBasedSatelliteInteractorTest
Fixes: 326140330
Change-Id: I7ed3b9a5418724109996333477df5314c9e4f380
parent 99be895f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -315,8 +315,8 @@ constructor(
        // TTL for satellite polling is one hour
        const val POLLING_INTERVAL_MS: Long = 1000 * 60 * 60

        // Let the system boot up (5s) and stabilize before we check for system support
        const val MIN_UPTIME: Long = 1000 * 5
        // Let the system boot up and stabilize before we check for system support
        const val MIN_UPTIME: Long = 1000 * 60

        private const val TAG = "DeviceBasedSatelliteRepo"