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 23, 2023
1 parent 54c6401 commit e3c896d
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 e3c896d

Please sign in to comment.