Skip to content

Commit

Permalink
Increase delay on Send KeyboardReturnType test
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelkang committed Mar 28, 2023
1 parent c73ccdc commit cb71a6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static async Task SendKeyboardReturnType(this AView view, ReturnType retu
.PerformEditorAction(returnType.ToPlatform());

// Let the action propagate
await Task.Delay(10);
await Task.Delay(100);
}

public static async Task WaitForFocused(this AView view, int timeout = 1000, string message = "")
Expand Down

0 comments on commit cb71a6e

Please sign in to comment.