Skip to content

Commit ea416e4

Browse files
committed
2001
1 parent 377d690 commit ea416e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • llm/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo

llm/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo/UIWorkflowTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class UIWorkflowTest {
148148
composeTestRule.onNodeWithText(okText, ignoreCase = true).performClick()
149149
composeTestRule.waitForIdle()
150150
// Wait for the dialog to actually be dismissed
151-
composeTestRule.waitUntil(timeoutMillis = 2000) {
151+
composeTestRule.waitUntil(timeoutMillis = 2001) {
152152
composeTestRule.onAllNodesWithText("Please Select a Model")
153153
.fetchSemanticsNodes().isEmpty()
154154
}

0 commit comments

Comments
 (0)