We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377d690 commit ea416e4Copy full SHA for ea416e4
1 file changed
llm/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo/UIWorkflowTest.kt
@@ -148,7 +148,7 @@ class UIWorkflowTest {
148
composeTestRule.onNodeWithText(okText, ignoreCase = true).performClick()
149
composeTestRule.waitForIdle()
150
// Wait for the dialog to actually be dismissed
151
- composeTestRule.waitUntil(timeoutMillis = 2000) {
+ composeTestRule.waitUntil(timeoutMillis = 2001) {
152
composeTestRule.onAllNodesWithText("Please Select a Model")
153
.fetchSemanticsNodes().isEmpty()
154
}
0 commit comments