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

Commit ba6ef43c authored by Charlie Boutier's avatar Charlie Boutier Committed by Gerrit Code Review
Browse files

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

parents 62a16854 3d72355d
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
    }
}