Commit acc03e63 authored by Brandon Wylie's avatar Brandon Wylie Committed by Commit Bot

Deflake testDialogInteractivity_BackButton on official testers

Bug: 1148747
Change-Id: Ie7d12ccd515f9a224ab025ed75a63bd70a9e4a95
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538261Reviewed-by: default avatarFilip Gorski <fgorski@chromium.org>
Commit-Queue: Brandon Wylie <wylieb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828432}
parent fef13eca
...@@ -154,6 +154,6 @@ public class AssistantVoiceSearchConsentUiTest { ...@@ -154,6 +154,6 @@ public class AssistantVoiceSearchConsentUiTest {
ASSISTANT_VOICE_SEARCH_ENABLED, /* default= */ true), ASSISTANT_VOICE_SEARCH_ENABLED, /* default= */ true),
is(false)); is(false));
}); });
Mockito.verify(mCallback).onResult(false); Mockito.verify(mCallback, Mockito.timeout(1000)).onResult(false);
} }
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment