Fix cts fail for android.autofillservice.cts.augmented

In these tests, they expected to get onFillRequest within 1 second
after calling startSession. When the time out occurs for IME callback
InlineSuggestionsRequest, it will still cause onFillRequest to be
called. After chaning the time out of InlineSuggestion from 200ms to
1000ms, it will cause the test not to be able to get get onFillRequest
within 1 second.
We can extend the time out to fix these tests first.

Bug: 154661868
Test: atest CtsAutoFillServiceTestCases
Change-Id: If40ee5591e4e296f1c87997d29bf7ef7610d35a5
1 file changed