Commit 5a8c26b5 authored by mbrunson's avatar mbrunson Committed by Commit bot

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}
parent 304dc197
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment