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

Commit f031cf32 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 13592639 from 3b1ede05 to 25Q3-release

Change-Id: Ic4f4b4a81381d5cb9ab16118d6b02c9b38f2c7fe
parents 54d17733 3b1ede05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1694,10 +1694,10 @@ public class CallAudioRouteControllerTest extends TelecomTestCase {
    private void waitForRouteActiveStateAndVerify(boolean expectActive) {
        try {
            if (expectActive) {
                mController.getAudioActiveCompleteLatch().await(TEST_TIMEOUT,
                mController.getAudioActiveCompleteLatch().await(TEST_TIMEOUT * 2,
                        TimeUnit.MILLISECONDS);
            } else {
                mController.getAudioOperationsCompleteLatch().await(TEST_TIMEOUT,
                mController.getAudioOperationsCompleteLatch().await(TEST_TIMEOUT * 2,
                        TimeUnit.MILLISECONDS);
            }
        } catch (Exception e) {