Fix flakyness in ChildProcessLauncherTest.testPendingSpawnQueue
The ChildProcessLauncherTest.testPendingSpawnQueue test accesses a service without waiting for it to be bound. In some cases it seemed it would be accessed before it was bound, the IBinder interface was not set and we would get a NPE calling crashServiceForTesting on it. Bug: 740644 Change-Id: If099fde3042cc0307366384ef8adf0af003ce1cf Reviewed-on: https://chromium-review.googlesource.com/565009Reviewed-by:Bo Liu <boliu@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#485409}
Showing
Please register or sign in to comment