• mbrunson's avatar
    bluetooth: Fix BluetoothInternalsTest timeout issue · 5a8c26b5
    mbrunson authored
    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}
    5a8c26b5
bluetooth_internals_browsertest.js 13.2 KB