Skip to content

Commit 88fb19a

Browse files
committed
Increase timeout
1 parent 9526ba1 commit 88fb19a

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.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public void testSendMessageAndReceiveResponse() throws Exception {
202202

203203
// --- Wait for generation to complete ---
204204
// Poll until the send button is enabled again (generation finished)
205-
boolean generationComplete = waitForGenerationComplete(scenario, 120000); // 2 minute timeout
205+
boolean generationComplete = waitForGenerationComplete(scenario, 300000); // 5 minute timeout
206206
assertTrue("Generation should complete", generationComplete);
207207

208208
// Extract all messages from the list

0 commit comments

Comments
 (0)