bluetooth: Fix BluetoothInternalsTest timeout issue
Timeouts caused by race condition where the web page executes before the test has fully initialized the proxy objects has caused BluetoothInternalsTest to fail. To fix this problem, the proxy objects are fully initialized with a copy of the test data right after they are created in the test fixture so that the order of execution doesn't matter. BUG=667970 Review-Url: https://codereview.chromium.org/2532383005 Cr-Commit-Position: refs/heads/master@{#437644}
Showing
This diff is collapsed.
Please register or sign in to comment