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

Commit 9371957e authored by Charlie Boutier's avatar Charlie Boutier Committed by Automerger Merge Worker
Browse files

Merge "BumbleBluetoothTests: Increase BOND_TIMEOUT to 20s" into main am: ba6ef43c

parents e88676a0 ba6ef43c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,6 +127,6 @@ public class Host(context: Context) : Closeable {
        }

    companion object {
        private val TIMEOUT = 10.seconds
        private val TIMEOUT = 20.seconds
    }
}