Appium sendKeys is slow - Takes 50 seconds

When I use sendKeys it takes 50 seconds before it is entered into the text field. Do you see any thing wrong with the following capabilities:
{
“platformName”: “Android”,
“platformVersion”:“11”,
“deviceName”: “Pixel 3a API 30”,
“autoGrantPermissions”: true,
“automationName”: “UiAutomator2”,
“app”: “/Users/charlesteague/P97/src/mapco-android/app/build/outputs/apk/lab/debug/app-lab-debug.apk”
}

click is just as slow in text entry boxes, but not slow for buttons.