Commit 59a530d
committed
Increase the test timeout used when waiting for events to be traced
We need to use a larger timeout while waiting for events to be traced,
compared to the timeout used while waiting to receive events through the
input channel. Since events are traced from a separate thread that
doesn't have as high of a thread priority as the InputDispatcher's
thread, the tracer is expected to lag behind the dispatcher.
Bug: 323347575
Bug: 210460522
Test: inputflinger_tests --gtest_filter="*InputDisp*" --gtest_repeat=100 --gtest_break_on_failure
Change-Id: I7dfe648c4de5ef39f7c44ad81b544634a54e0e681 parent 02c9716 commit 59a530d
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
0 commit comments