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

Commit 3d72355d authored by Charlie Boutier's avatar Charlie Boutier
Browse files

BumbleBluetoothTests: Increase BOND_TIMEOUT to 20s

Test: atest BumbleBluetoothTests
Bug: 355328584
Flag: EXEMPT TEST_ONLY
Change-Id: I205a677352f8c74f0630a5794582847f77c0008a
parent b08e77f9
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
    }
}